diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2019-09-11 11:33:46 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-10-24 11:28:17 +0200 |
commit | 1708a12377b98397606677e117f93f07d7cd2f7e (patch) | |
tree | 3b93fcd1ed15eeadd20436f2d7b581fed0371ca2 /drivers/usb/host/xhci-dwc3.c | |
parent | bbe3d4a6c14e17d251029e4dde07f184244e9a4a (diff) |
usb: xhci: move xhci.h to include usb
The xhci.h header file is currently located under drivers/usb/xhci
Move it to the include/usb folder to make it available to drivers that
are not under drivers/usb/xhci
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/usb/host/xhci-dwc3.c')
-rw-r--r-- | drivers/usb/host/xhci-dwc3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-dwc3.c b/drivers/usb/host/xhci-dwc3.c index 55a1b22cf6..c1c681ca6c 100644 --- a/drivers/usb/host/xhci-dwc3.c +++ b/drivers/usb/host/xhci-dwc3.c @@ -14,7 +14,7 @@ #include <usb.h> #include <dwc3-uboot.h> -#include "xhci.h" +#include <usb/xhci.h> #include <asm/io.h> #include <linux/usb/dwc3.h> #include <linux/usb/otg.h> |