diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-16 12:53:28 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-18 07:08:54 +0000 |
commit | 2c43bf7969e5b16f0611ce1686b9f665d87d7f8e (patch) | |
tree | 821611e59c0dcd6a1eddd6df752e0e10e3d8f4bd /src/soc/amd | |
parent | 3457df1730bf4446fa0e0042e43cc0c0e7bd1073 (diff) | |
download | coreboot-2c43bf7969e5b16f0611ce1686b9f665d87d7f8e.tar.xz |
soc/amd/stoneyridge: Fix building with USBDEBUG
Change-Id: I425583377cba8d57acabfd59922f421d1fb5891f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36883
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/enable_usbdebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/enable_usbdebug.c b/src/soc/amd/stoneyridge/enable_usbdebug.c index 19b9550847..5e623e8ab0 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) { |