summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/exception_level.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 07:35:59 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:06:34 -0600
commit7410cde67de051ba6e7650ed6d714fb6b132c3f4 (patch)
tree1278f7319fe57dbf3605068219b653852656b373 /arch/arm/cpu/armv8/exception_level.c
parent935b60f883c5e9a7d83122f4993cf7ccd18b6066 (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/cpu/armv8/exception_level.c')
-rw-r--r--arch/arm/cpu/armv8/exception_level.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/exception_level.c b/arch/arm/cpu/armv8/exception_level.c
index b11936548fb..85c78f55789 100644
--- a/arch/arm/cpu/armv8/exception_level.c
+++ b/arch/arm/cpu/armv8/exception_level.c
@@ -8,7 +8,6 @@
* level before booting an operating system.
*/
-#include <common.h>
#include <bootm.h>
#include <cpu_func.h>
#include <log.h>