summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-06-06 01:05:51 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-06 01:05:51 (GMT)
commitb9eaeae19eb93993e18149f119fa360b13c5643f (patch)
tree1a06fbe252e23c1a93dae72ba4eb5aec09808f67 /drivers/usb
parentad701b1c911f733a5083c784644b1b67c9d12b3a (diff)
parent2cb7b900f42ad796b8dc50afe8379bbda64e80e9 (diff)
downloadu-boot-b9eaeae19eb93993e18149f119fa360b13c5643f.tar.xz
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ehci-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index f20fc33..dceba4b 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"