aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:14 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commit816055e20dd42134295ab8a7b32f34c3006cc6f0 (patch)
tree130f94a9a1e2741f057537d76e3fa874a515b38e
parent2374221dcb9dcb73e37993ff3863d484c387f946 (diff)
downloadu-boot-816055e20dd42134295ab8a7b32f34c3006cc6f0.zip
u-boot-816055e20dd42134295ab8a7b32f34c3006cc6f0.tar.gz
u-boot-816055e20dd42134295ab8a7b32f34c3006cc6f0.tar.bz2
board: xen: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/xen/xenguest_arm64/xenguest_arm64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/xen/xenguest_arm64/xenguest_arm64.c b/board/xen/xenguest_arm64/xenguest_arm64.c
index 1d2946f..4c3b9c9 100644
--- a/board/xen/xenguest_arm64/xenguest_arm64.c
+++ b/board/xen/xenguest_arm64/xenguest_arm64.c
@@ -7,7 +7,6 @@
* (C) 2020 EPAM Systems Inc
*/
-#include <common.h>
#include <log.h>
#include <cpu_func.h>
#include <dm.h>