UPSTREAM: 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.

Change-Id: I76b3f46ce7e8988335380a22038fb12296ccfb75
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit bdf30e84909d8d99c2700a0fc6c3e799e3d8e2d4)
This commit is contained in:
Vignesh Raghavendra 2019-12-05 13:29:25 +05:30 committed by Frank Wang
parent e0c79ab406
commit 6a2b8f4861
1 changed files with 1 additions and 0 deletions

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>