diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-03-09 16:39:36 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-03-10 19:17:56 +0000 |
commit | 2966e0d86372da3b4b767a200b22fccda6bbc0e9 (patch) | |
tree | b9371f9d7709df28e6bbad7e5394a99cd80b536d /src | |
parent | 34be1be2403514741495c95c01a21de4cd6e014a (diff) |
soc/amd/stoneyridge/smihandler: remove unused device/pci_def.h include
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I388cdb1fb9b3decaa6eb6e0e4e538c620d3048a2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51381
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/stoneyridge/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c index 2b0c85b60d..75a82cf910 100644 --- a/src/soc/amd/stoneyridge/smihandler.c +++ b/src/soc/amd/stoneyridge/smihandler.c @@ -6,7 +6,6 @@ #include <cpu/x86/cache.h> #include <acpi/acpi.h> #include <arch/hlt.h> -#include <device/pci_def.h> #include <soc/smi.h> #include <soc/southbridge.h> #include <amdblocks/acpimmio.h> |