summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-exynos5.c
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-09-11 12:33:46 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2019-10-24 12:28:17 +0300
commit1708a12377b98397606677e117f93f07d7cd2f7e (patch)
tree3b93fcd1ed15eeadd20436f2d7b581fed0371ca2 /drivers/usb/host/xhci-exynos5.c
parentbbe3d4a6c14e17d251029e4dde07f184244e9a4a (diff)
downloadu-boot-1708a12377b98397606677e117f93f07d7cd2f7e.tar.xz
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-exynos5.c')
-rw-r--r--drivers/usb/host/xhci-exynos5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-exynos5.c b/drivers/usb/host/xhci-exynos5.c
index c150f520bd..25c30c24f0 100644
--- a/drivers/usb/host/xhci-exynos5.c
+++ b/drivers/usb/host/xhci-exynos5.c
@@ -27,7 +27,7 @@
#include <linux/compat.h>
#include <linux/usb/dwc3.h>
-#include "xhci.h"
+#include <usb/xhci.h>
/* Declare global data pointer */
DECLARE_GLOBAL_DATA_PTR;