From: Vignesh Raghavendra Date: Mon, 18 Nov 2019 13:46:33 +0000 (+0530) Subject: usb: cdns3: Fix include file path X-Git-Tag: v2020.10~485^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5521b1c6f4e2d18f7b33e6db06af5e47fdef52c;p=platform%2Fkernel%2Fu-boot.git usb: cdns3: Fix include file path xhci.h has now been moved to include/usb/ directory. Therefore, update the path in the Cadence USB drivers. Signed-off-by: Vignesh Raghavendra --- diff --git a/drivers/usb/cdns3/core.c b/drivers/usb/cdns3/core.c index f1e4bb6..8c8e021 100644 --- a/drivers/usb/cdns3/core.c +++ b/drivers/usb/cdns3/core.c @@ -18,7 +18,7 @@ #include #include #include -#include "../host/xhci.h" +#include #include "core.h" #include "host-export.h" diff --git a/drivers/usb/cdns3/host.c b/drivers/usb/cdns3/host.c index 79be630..425d9d0 100644 --- a/drivers/usb/cdns3/host.c +++ b/drivers/usb/cdns3/host.c @@ -11,7 +11,7 @@ #include #include #include -#include "../host/xhci.h" +#include #include "core.h" #include "drd.h"