diff options
| author | Tom Rini <[email protected]> | 2017-06-05 21:05:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-06-05 21:05:51 -0400 |
| commit | b9eaeae19eb93993e18149f119fa360b13c5643f (patch) | |
| tree | 1a06fbe252e23c1a93dae72ba4eb5aec09808f67 /drivers/usb | |
| parent | ad701b1c911f733a5083c784644b1b67c9d12b3a (diff) | |
| parent | 2cb7b900f42ad796b8dc50afe8379bbda64e80e9 (diff) | |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index f20fc3354cc..dceba4bd7aa 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -10,6 +10,7 @@ #include <errno.h> #include <pci.h> #include <usb.h> +#include <asm/io.h> #include "ehci.h" |
