Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51381 )
Change subject: soc/amd/stoneyridge/smihandler: remove unused device/pci_def.h include ......................................................................
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 --- M src/soc/amd/stoneyridge/smihandler.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Marshall Dawson: Looks good to me, approved
diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c index 2b0c85b..75a82cf 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>