Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36883 )
Change subject: soc/amd/stoneyridge: Fix building with USBDEBUG ......................................................................
soc/amd/stoneyridge: Fix building with USBDEBUG
Change-Id: I425583377cba8d57acabfd59922f421d1fb5891f Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/amd/stoneyridge/enable_usbdebug.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/36883/1
diff --git a/src/soc/amd/stoneyridge/enable_usbdebug.c b/src/soc/amd/stoneyridge/enable_usbdebug.c index 19b9550..5e623e8 100644 --- a/src/soc/amd/stoneyridge/enable_usbdebug.c +++ b/src/soc/amd/stoneyridge/enable_usbdebug.c @@ -22,6 +22,7 @@ #include <device/pci_def.h> #include <soc/pci_devs.h> #include <soc/southbridge.h> +#include <amdblocks/acpimmio.h>
pci_devfn_t pci_ehci_dbg_dev(unsigned int hcd_idx) {