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 f1e4bb627815d558e16177bf00cb05fdda243e27..8c8e02169e811ab8bcff4594641cd43969d14a13 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 79be63001d44491a0d504737cad1c19f7a22f5d7..425d9d053ddbfdd1bf168fcef0eebee5d7bdf870 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"