summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/smihandler.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-09 00:08:12 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-03-10 00:30:01 +0000
commit6890d935d88aeab674e548dd82e37a5cd4635120 (patch)
tree66fcc8de37515525cf3664533e7ff572e72db036 /src/soc/amd/picasso/smihandler.c
parent90bcdb436a833fca368e53b03ef0f5bad31a65ad (diff)
downloadcoreboot-6890d935d88aeab674e548dd82e37a5cd4635120.tar.gz
coreboot-6890d935d88aeab674e548dd82e37a5cd4635120.tar.bz2
coreboot-6890d935d88aeab674e548dd82e37a5cd4635120.zip
soc/amd/picasso/smihandler: remove unused device/pci_def.h include
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: If4f75eadca101593cf37faf2722f4ea8f509a1f7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51355 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/smihandler.c')
-rw-r--r--src/soc/amd/picasso/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c
index 79e45fadbb8a..08790364101f 100644
--- a/src/soc/amd/picasso/smihandler.c
+++ b/src/soc/amd/picasso/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>