diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:33 -0600 |
commit | ba0b54babf31ac0272741814370810f1f72a5d8d (patch) | |
tree | 7824d5da7501c2e3b1508fd9b323821e35cc113f /arch/arm/mach-omap2/mem-common.c | |
parent | 13507890c69a6b0ed6f0bec0305e8b6cc5b72473 (diff) |
arm: omap2: Remove <common.h> and add needed includes
Remove <common.h> from all mach-omap2 files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2/mem-common.c')
-rw-r--r-- | arch/arm/mach-omap2/mem-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mem-common.c b/arch/arm/mach-omap2/mem-common.c index 19197482aa4..00f144eb747 100644 --- a/arch/arm/mach-omap2/mem-common.c +++ b/arch/arm/mach-omap2/mem-common.c @@ -12,7 +12,7 @@ * Syed Mohammed Khasim <khasim@ti.com> */ -#include <common.h> +#include <config.h> #include <asm/io.h> #include <asm/arch/cpu.h> #if IS_ENABLED(CONFIG_TARGET_AM335X_GUARDIAN) |