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/cboot.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/cboot.c')
-rw-r--r-- | arch/arm/mach-tegra/cboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cboot.c b/arch/arm/mach-tegra/cboot.c index 8f5bb2f261a..c12543d71ac 100644 --- a/arch/arm/mach-tegra/cboot.c +++ b/arch/arm/mach-tegra/cboot.c @@ -3,7 +3,6 @@ * Copyright (c) 2016-2018, NVIDIA CORPORATION. */ -#include <common.h> #include <env.h> #include <fdt_support.h> #include <fdtdec.h> |