From 391af51a3531ee4bddb1594b9a2bebc075fef8f9 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 3 May 2018 09:30:16 +0200 Subject: [PATCH] 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 Signed-off-by: Frank Wang (cherry picked from commit b168591c899e869dc4fcd71752cbe32c91355348) --- 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 979c7ce35e..3c45859a3d 100644 --- a/drivers/usb/host/xhci-zynqmp.c +++ b/drivers/usb/host/xhci-zynqmp.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include "xhci.h"