summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/persimmon
diff options
context:
space:
mode:
authorMike Banon <mikebdp2@gmail.com>2020-02-14 16:12:45 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:00:10 +0000
commite1ebabe3cd46d6f12c42c4b0b2518f085ba37731 (patch)
tree096bc682cb66726d44000c8fca417612a7d75f81 /src/mainboard/amd/persimmon
parent3ae1765df67ff39cfe50222a1c6d05092d538057 (diff)
downloadcoreboot-e1ebabe3cd46d6f12c42c4b0b2518f085ba37731.tar.xz
mainboard: Add missing include <device/pci_def.h>
Add missing include <device/pci_def.h> for the boards that are being switched away from ROMCC_BOOTBLOCK. Signed-off-by: Mike Banon <mikebdp2@gmail.com> Change-Id: I83ff712f99388c4e6ea00a942eb57bcabb53a3fd Reviewed-on: https://review.coreboot.org/c/coreboot/+/38903 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/persimmon')
-rw-r--r--src/mainboard/amd/persimmon/irq_tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/persimmon/irq_tables.c b/src/mainboard/amd/persimmon/irq_tables.c
index a066864abd..1d1e81f05e 100644
--- a/src/mainboard/amd/persimmon/irq_tables.c
+++ b/src/mainboard/amd/persimmon/irq_tables.c
@@ -14,6 +14,7 @@
*/
#include <console/console.h>
+#include <device/pci_def.h>
#include <string.h>
#include <stdint.h>
#include <arch/pirq_routing.h>