diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-02 12:39:55 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-04 09:54:18 +0000 |
commit | c351e8c30245bc1514111da5b176a14967bbb29d (patch) | |
tree | aea2f13652bb447ccc3c56f811072924afd9a68e /src/mainboard/amd/thatcher/bootblock.c | |
parent | 9a2b5e0ca3ea861c9d5f1b27c2ba173f7c3f03a7 (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>
Diffstat (limited to 'src/mainboard/amd/thatcher/bootblock.c')
-rw-r--r-- | src/mainboard/amd/thatcher/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |