diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:31 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:33 -0600 | 
| commit | d6bf10009bd061c57ffd57f95dc12013bcc65d99 (patch) | |
| tree | 409c6ee7e2f698ab09d226420d7de0b8b7e1899f /arch/arm/mach-tegra/spl.c | |
| parent | 97d4896b533f73b6d42d07eab30376ae001419ef (diff) | |
arm: tegra: Remove <common.h> and add needed includes
Remove <common.h> from all mach-tegra and include/asm/arch-tegra files
and when needed add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-tegra/spl.c')
| -rw-r--r-- | arch/arm/mach-tegra/spl.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/arm/mach-tegra/spl.c b/arch/arm/mach-tegra/spl.c index ed897efc5f0..5df0eb28c96 100644 --- a/arch/arm/mach-tegra/spl.c +++ b/arch/arm/mach-tegra/spl.c @@ -5,7 +5,6 @@   *   * Allen Martin <amartin@nvidia.com>   */ -#include <common.h>  #include <debug_uart.h>  #include <log.h>  #include <spl.h> | 
