diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:49 -0600 |
| commit | 103bf79438d3931e56bc5d2f03bd82331b6f1c80 (patch) | |
| tree | c6f72a119f6d06c7a7cde5e76b1935a4b61d204c | |
| parent | ab61cc7d98f690216361d3bab5950cd46fe75a10 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/coreboot/coreboot/coreboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c index e58dce37477..f2ca1076768 100644 --- a/board/coreboot/coreboot/coreboot.c +++ b/board/coreboot/coreboot/coreboot.c @@ -3,7 +3,6 @@ * Copyright (C) 2018, Bin Meng <[email protected]> */ -#include <common.h> #include <splash.h> #include <init.h> #include <smbios.h> |
