All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops
@ 2019-12-05  7:59 Vignesh Raghavendra
  2019-12-05 13:26 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Vignesh Raghavendra @ 2019-12-05  7:59 UTC (permalink / raw)
  To: u-boot

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 <vigneshr@ti.com>
---
 drivers/usb/cdns3/ep0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/cdns3/ep0.c b/drivers/usb/cdns3/ep0.c
index 1903f6110388..0b6d9cf7274e 100644
--- a/drivers/usb/cdns3/ep0.c
+++ b/drivers/usb/cdns3/ep0.c
@@ -10,6 +10,7 @@
  *          Peter Chen <peter.chen@nxp.com>
  */
 
+#include <cpu_func.h>
 #include <linux/usb/composite.h>
 #include <linux/iopoll.h>
 
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops
  2019-12-05  7:59 [PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops Vignesh Raghavendra
@ 2019-12-05 13:26 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2019-12-05 13:26 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-05 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05  7:59 [PATCH] usb: cdns3: ep0: Fix build warnings related to cache ops Vignesh Raghavendra
2019-12-05 13:26 ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.