diff mbox series

[U-Boot] usb: xhci: zynqmp: Fix header location

Message ID 088abc551e8110d7442b5643297edf80663ddddc.1526482552.git.michal.simek@xilinx.com
State Accepted
Commit b168591c899e869dc4fcd71752cbe32c91355348
Delegated to: Marek Vasut
Headers show
Series [U-Boot] usb: xhci: zynqmp: Fix header location | expand

Commit Message

Michal Simek May 16, 2018, 2:55 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut May 16, 2018, 2:58 p.m. UTC | #1
On 05/16/2018 04:55 PM, Michal Simek wrote:
> 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>

Applied, thanks

> ---
> 
>  drivers/usb/host/xhci-zynqmp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/host/xhci-zynqmp.c b/drivers/usb/host/xhci-zynqmp.c
> index 7fe54281c3c4..e44e1ae1d915 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"
>
diff mbox series

Patch

diff --git a/drivers/usb/host/xhci-zynqmp.c b/drivers/usb/host/xhci-zynqmp.c
index 7fe54281c3c4..e44e1ae1d915 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"