aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-02 12:39:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-04 09:54:18 +0000
commitc351e8c30245bc1514111da5b176a14967bbb29d (patch)
treeaea2f13652bb447ccc3c56f811072924afd9a68e
parent9a2b5e0ca3ea861c9d5f1b27c2ba173f7c3f03a7 (diff)
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>
-rw-r--r--src/mainboard/amd/parmer/bootblock.c1
-rw-r--r--src/mainboard/amd/thatcher/bootblock.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/parmer/bootblock.c b/src/mainboard/amd/parmer/bootblock.c
index 29f7abb721..ccd8ec1b40 100644
--- a/src/mainboard/amd/parmer/bootblock.c
+++ b/src/mainboard/amd/parmer/bootblock.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
-#include <device/pci_ops.h>
void bootblock_mainboard_early_init(void)
{
diff --git a/src/mainboard/amd/thatcher/bootblock.c b/src/mainboard/amd/thatcher/bootblock.c
index 468c938330..e01131d18e 100644
--- a/src/mainboard/amd/thatcher/bootblock.c
+++ b/src/mainboard/amd/thatcher/bootblock.c
@@ -2,7 +2,6 @@
#include <amdblocks/acpimmio.h>
#include <bootblock_common.h>
-#include <device/pci_ops.h>
#include <console/console.h>
#include <superio/smsc/lpc47n217/lpc47n217.h>