git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2374221
)
board: xen: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Wed, 1 May 2024 02:43:14 +0000
(20:43 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000
(08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
board/xen/xenguest_arm64/xenguest_arm64.c
patch
|
blob
|
history
diff --git
a/board/xen/xenguest_arm64/xenguest_arm64.c
b/board/xen/xenguest_arm64/xenguest_arm64.c
index
1d2946f
..
4c3b9c9
100644
(file)
--- 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>