diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:34 -0600 |
commit | 7410cde67de051ba6e7650ed6d714fb6b132c3f4 (patch) | |
tree | 1278f7319fe57dbf3605068219b653852656b373 /arch/arm/lib/cache-pl310.c | |
parent | 935b60f883c5e9a7d83122f4993cf7ccd18b6066 (diff) |
arm: Remove <common.h> and add needed includes
Remove <common.h> from the remainder of the files under arch/arm and
when needed add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/lib/cache-pl310.c')
-rw-r--r-- | arch/arm/lib/cache-pl310.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/cache-pl310.c b/arch/arm/lib/cache-pl310.c index d05314ee57f..0afd3880447 100644 --- a/arch/arm/lib/cache-pl310.c +++ b/arch/arm/lib/cache-pl310.c @@ -9,7 +9,6 @@ #include <asm/armv7.h> #include <asm/pl310.h> #include <config.h> -#include <common.h> struct pl310_regs *const pl310 = (struct pl310_regs *)CFG_SYS_PL310_BASE; |