From: Vignesh Raghavendra Date: Mon, 18 Nov 2019 13:46:33 +0000 (+0530) Subject: usb: cdns3: Fix include file path X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=e5521b1c6f4e2d18f7b33e6db06af5e47fdef52c;p=u-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 f1e4bb6278..8c8e02169e 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 79be63001d..425d9d053d 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"