diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-03-09 00:08:12 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-03-10 00:30:01 +0000 |
commit | 6890d935d88aeab674e548dd82e37a5cd4635120 (patch) | |
tree | 66fcc8de37515525cf3664533e7ff572e72db036 /src/soc/amd/picasso | |
parent | 90bcdb436a833fca368e53b03ef0f5bad31a65ad (diff) |
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')
-rw-r--r-- | src/soc/amd/picasso/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c index 79e45fadbb..0879036410 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> |