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

Tom Rini trini at konsulko.com
Wed May 1 04:41:31 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: Simon Glass <sjg at chromium.org>
Cc: Bin Meng <bmeng.cn at gmail.com>
Cc: Mike Frysinger <vapier at chromium.org>
---
 board/coreboot/coreboot/coreboot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c
index e58dce37477f..f2ca10767681 100644
--- a/board/coreboot/coreboot/coreboot.c
+++ b/board/coreboot/coreboot/coreboot.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, Bin Meng <bmeng.cn at gmail.com>
  */
 
-#include <common.h>
 #include <splash.h>
 #include <init.h>
 #include <smbios.h>
-- 
2.34.1



More information about the U-Boot mailing list