From: Michal Simek Date: Thu, 3 May 2018 07:30:16 +0000 (+0200) Subject: usb: xhci: zynqmp: Fix header location X-Git-Tag: v2025.01-rc5-pxa1908~4164^2~23 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=b168591c899e869dc4fcd71752cbe32c91355348;p=u-boot.git 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 --- diff --git a/drivers/usb/host/xhci-zynqmp.c b/drivers/usb/host/xhci-zynqmp.c index 7fe54281c3..e44e1ae1d9 100644 --- a/drivers/usb/host/xhci-zynqmp.c +++ b/drivers/usb/host/xhci-zynqmp.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include "xhci.h"