From: Tom Rini <trini@konsulko.com> Date: Wed, 1 May 2024 02:41:31 +0000 (-0600) Subject: board: coreboot: Remove <common.h> and add needed includes X-Git-Tag: v2025.01-rc5-pxa1908~466^2~36 X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=103bf79438d3931e56bc5d2f03bd82331b6f1c80;p=u-boot.git board: coreboot: Remove <common.h> and add needed includes Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> --- diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c index e58dce3747..f2ca107676 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>