diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-25 13:50:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-25 13:50:51 -0400 |
commit | 271103ac0b8ff627007f83d379927b60bcccb702 (patch) | |
tree | 8c6d4edd7976ba7170df364746240e6e37ed76b9 /drivers/usb/host/xhci-mem.c | |
parent | c9e50bb12af19a8365ae4d3099abb8db1abee785 (diff) | |
parent | 235f5e158e336371759f98ffbf265fe078cda251 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- DWC3 improvements
- i.MX7 EHCI bugfix
Diffstat (limited to 'drivers/usb/host/xhci-mem.c')
-rw-r--r-- | drivers/usb/host/xhci-mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 84c2c3344a..530e979bb7 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c @@ -21,7 +21,7 @@ #include <asm/cache.h> #include <linux/errno.h> -#include "xhci.h" +#include <usb/xhci.h> #define CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE /** |