HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38462 )
Change subject: mb/amd/thatcher: Add missing include <device/pci_def.h> ......................................................................
mb/amd/thatcher: Add missing include <device/pci_def.h>
Change-Id: I359ac0a704f2a0a6dde285acfac372e1e1ee62b2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/amd/thatcher/irq_tables.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/38462/1
diff --git a/src/mainboard/amd/thatcher/irq_tables.c b/src/mainboard/amd/thatcher/irq_tables.c index 530c132..181908a 100644 --- a/src/mainboard/amd/thatcher/irq_tables.c +++ b/src/mainboard/amd/thatcher/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>