]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: xen: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:43:14 +0000 (20:43 -0600)
committerTom 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

index 1d2946f4fde808eb24a11aaf1caa26261dd6dc53..4c3b9c9e278006cafd14b98b536e35bc24ea810a 100644 (file)
@@ -7,7 +7,6 @@
  * (C) 2020 EPAM Systems Inc
  */
 
-#include <common.h>
 #include <log.h>
 #include <cpu_func.h>
 #include <dm.h>