usb: cdns3: Fix include file path
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>
This commit is contained in:

committed by
Marek Vasut

parent
d4a31e8ee5
commit
e5521b1c6f
@@ -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"
|
||||
|
Reference in New Issue
Block a user