mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
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:
parent
d4a31e8ee5
commit
e5521b1c6f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue