diff options
| author | Michal Simek <[email protected]> | 2018-05-03 09:30:16 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-05-31 13:50:39 +0200 |
| commit | b168591c899e869dc4fcd71752cbe32c91355348 (patch) | |
| tree | 97c94c44c2c4c32cb9c3f6aa8297a70a0ce28cdd | |
| parent | c3c863880479edeb5b08226e622d13c91326e4a7 (diff) | |
usb: xhci: zynqmp: Fix header location
There is no reason to specify header with full soc name.
Symlink is setup automatically (arch -> arch-zynqmp)
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | drivers/usb/host/xhci-zynqmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-zynqmp.c b/drivers/usb/host/xhci-zynqmp.c index 7fe54281c3c..e44e1ae1d91 100644 --- 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" |
