[PATCH 053/149] board: efi: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:41:40 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Bin Meng <bmeng.cn at gmail.com>
---
 board/efi/efi-x86_payload/payload.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/efi/efi-x86_payload/payload.c b/board/efi/efi-x86_payload/payload.c
index 5d4492cdc77a..d7d1e53e911c 100644
--- a/board/efi/efi-x86_payload/payload.c
+++ b/board/efi/efi-x86_payload/payload.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, Bin Meng <bmeng.cn at gmail.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <usb.h>
 
-- 
2.34.1



More information about the U-Boot mailing list