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

Marek Vasut marex at denx.de
Wed May 16 14:58:06 UTC 2018


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 at 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"
> 


-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list