1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

usb: cdns3: ep0: Fix build warnings related to cache ops

Since, commit 62f9b65447 ("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>
This commit is contained in:
Vignesh Raghavendra
2019-12-05 13:29:25 +05:30
committed by Marek Vasut
parent 643366bcd5
commit bdf30e8490

View File

@@ -10,6 +10,7 @@
* Peter Chen <peter.chen@nxp.com>
*/
#include <cpu_func.h>
#include <linux/usb/composite.h>
#include <linux/iopoll.h>