projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c8638
)
usb: xhci: zynqmp: Fix header location
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 3 May 2018 07:30:16 +0000
(09:30 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 31 May 2018 11:50:39 +0000
(13:50 +0200)
There is no reason to specify header with full soc name.
Symlink is setup automatically (arch -> arch-zynqmp)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/usb/host/xhci-zynqmp.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-zynqmp.c
b/drivers/usb/host/xhci-zynqmp.c
index 7fe54281c3c4548bf50341ef90d084e7468ab7ea..e44e1ae1d915b790e3a1c7df3d4a6c0507941d77 100644
(file)
--- a/
drivers/usb/host/xhci-zynqmp.c
+++ b/
drivers/usb/host/xhci-zynqmp.c
@@
-13,7
+13,7
@@
#include <dm.h>
#include <usb.h>
#include <linux/errno.h>
-#include <asm/arch
-zynqmp
/hardware.h>
+#include <asm/arch/hardware.h>
#include <linux/compat.h>
#include <linux/usb/dwc3.h>
#include "xhci.h"