diff mbox series

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

Message ID 20240501024316.1767971-44-trini@konsulko.com
State Accepted
Commit 103bf79438d3931e56bc5d2f03bd82331b6f1c80
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:41 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Mike Frysinger <vapier@chromium.org>
---
 board/coreboot/coreboot/coreboot.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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@gmail.com>
  */
 
-#include <common.h>
 #include <splash.h>
 #include <init.h>
 #include <smbios.h>