From: Vignesh Raghavendra Date: Thu, 5 Dec 2019 07:59:25 +0000 (+0530) Subject: usb: cdns3: ep0: Fix build warnings related to cache ops X-Git-Tag: v2020.10~443^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdf30e84909d8d99c2700a0fc6c3e799e3d8e2d4;p=platform%2Fkernel%2Fu-boot.git usb: cdns3: ep0: Fix build warnings related to cache ops Since, commit 62f9b6544728 ("common: Move older CPU functions to their own header") cache ops functions are declared in a separate header. Include the same to avoid build warnings. Signed-off-by: Vignesh Raghavendra --- diff --git a/drivers/usb/cdns3/ep0.c b/drivers/usb/cdns3/ep0.c index 1903f61..0b6d9cf 100644 --- a/drivers/usb/cdns3/ep0.c +++ b/drivers/usb/cdns3/ep0.c @@ -10,6 +10,7 @@ * Peter Chen */ +#include #include #include