summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-25 13:50:51 -0400
committerTom Rini <trini@konsulko.com>2019-10-25 13:50:51 -0400
commit271103ac0b8ff627007f83d379927b60bcccb702 (patch)
tree8c6d4edd7976ba7170df364746240e6e37ed76b9 /drivers/usb/host/xhci.c
parentc9e50bb12af19a8365ae4d3099abb8db1abee785 (diff)
parent235f5e158e336371759f98ffbf265fe078cda251 (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.c')
-rw-r--r--drivers/usb/host/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index b3e4dcd66fa..abd23e23fdb 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -28,7 +28,7 @@
#include <asm/cache.h>
#include <asm/unaligned.h>
#include <linux/errno.h>
-#include "xhci.h"
+#include <usb/xhci.h>
#ifndef CONFIG_USB_MAX_CONTROLLER_COUNT
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1