Remove <common.h> from this board vendor directory and when needed add missing include files directly.
Signed-off-by: Tom Rini <tr...@konsulko.com> --- Cc: Simon Glass <s...@chromium.org> Cc: Bin Meng <bmeng...@gmail.com> Cc: Mike Frysinger <vap...@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...@gmail.com> */ -#include <common.h> #include <splash.h> #include <init.h> #include <smbios.h> -- 2.34.1