summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/omap_usb_phy.c
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-09-11 11:33:46 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2019-10-24 11:28:17 +0200
commit1708a12377b98397606677e117f93f07d7cd2f7e (patch)
tree3b93fcd1ed15eeadd20436f2d7b581fed0371ca2 /drivers/usb/phy/omap_usb_phy.c
parentbbe3d4a6c14e17d251029e4dde07f184244e9a4a (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/phy/omap_usb_phy.c')
-rw-r--r--drivers/usb/phy/omap_usb_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/omap_usb_phy.c b/drivers/usb/phy/omap_usb_phy.c
index 32e5bbb8d8..897e6f19f7 100644
--- a/drivers/usb/phy/omap_usb_phy.c
+++ b/drivers/usb/phy/omap_usb_phy.c
@@ -19,7 +19,7 @@
#include <linux/usb/dwc3.h>
#include <linux/usb/xhci-omap.h>
-#include "../host/xhci.h"
+#include <usb/xhci.h>
#ifdef CONFIG_OMAP_USB3PHY1_HOST
struct usb3_dpll_params {