usb: cdns3: Fix include file path
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 18 Nov 2019 13:46:33 +0000 (19:16 +0530)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 19 Nov 2019 15:07:14 +0000 (16:07 +0100)
xhci.h has now been moved to include/usb/ directory. Therefore, update the
path in the Cadence USB drivers.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
drivers/usb/cdns3/core.c
drivers/usb/cdns3/host.c

index f1e4bb6..8c8e021 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/kernel.h>
 #include <linux/io.h>
 #include <usb.h>
-#include "../host/xhci.h"
+#include <usb/xhci.h>
 
 #include "core.h"
 #include "host-export.h"
index 79be630..425d9d0 100644 (file)
@@ -11,7 +11,7 @@
 #include <dm.h>
 #include <linux/compat.h>
 #include <usb.h>
-#include "../host/xhci.h"
+#include <usb/xhci.h>
 
 #include "core.h"
 #include "drd.h"