UPSTREAM: usb: xhci: zynqmp: Fix header location
There is no reason to specify header with full soc name. Symlink is setup automatically (arch -> arch-zynqmp) Change-Id: I00fcdab4aafd7f4a6a32c6258bedde4af2212c6a Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit b168591c899e869dc4fcd71752cbe32c91355348)
This commit is contained in:
parent
2ec502ebe9
commit
391af51a35
|
|
@ -14,7 +14,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue