Re: [PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops

2019-12-05 Thread Marek Vasut
On 12/5/19 8:59 AM, Vignesh Raghavendra wrote: > 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. Applied, thanks.

[PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops

2019-12-05 Thread Vignesh Raghavendra
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 --- drivers/usb/cdns3/ep0.c | 1 + 1 file changed, 1 insertion(+) diff --git