mb/amd/{parmer,thatcher}/bootblock.c: Remove unused includes

Change-Id: I4d5520649addc671527e75f9090ea45a83b5db9b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50218
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2021-02-02 12:39:55 +01:00 committed by Patrick Georgi
parent 9a2b5e0ca3
commit c351e8c302
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h> #include <bootblock_common.h>
#include <device/pci_ops.h>
void bootblock_mainboard_early_init(void) void bootblock_mainboard_early_init(void)
{ {

View File

@ -2,7 +2,6 @@
#include <amdblocks/acpimmio.h> #include <amdblocks/acpimmio.h>
#include <bootblock_common.h> #include <bootblock_common.h>
#include <device/pci_ops.h>
#include <console/console.h> #include <console/console.h>
#include <superio/smsc/lpc47n217/lpc47n217.h> #include <superio/smsc/lpc47n217/lpc47n217.h>