diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:34 -0600 |
commit | 0d51275c47d2191b3daa6c6e1d595bfd8b35b3fa (patch) | |
tree | 6f0367c5bb5ed3d8395ac203945ec72f8278e2c8 /arch/arm/mach-exynos/lowlevel_init.c | |
parent | e260f2b7179e563a32997a5a71cae86bd0490664 (diff) |
arm: exynos: Remove <common.h> and add needed includes
Remove <common.h> from all mach-exynos files and when needed add missing
include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-exynos/lowlevel_init.c')
-rw-r--r-- | arch/arm/mach-exynos/lowlevel_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/lowlevel_init.c b/arch/arm/mach-exynos/lowlevel_init.c index c57b8aee798..0967ab995a9 100644 --- a/arch/arm/mach-exynos/lowlevel_init.c +++ b/arch/arm/mach-exynos/lowlevel_init.c @@ -23,7 +23,6 @@ * MA 02111-1307 USA */ -#include <common.h> #include <config.h> #include <debug_uart.h> #include <asm/system.h> |