usb: cdns3: ep0: Fix build warnings related to cache ops
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 5 Dec 2019 07:59:25 +0000 (13:29 +0530)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Dec 2019 19:35:16 +0000 (20:35 +0100)
commitbdf30e84909d8d99c2700a0fc6c3e799e3d8e2d4
treecf773e8c17bdd3d60bb2aba6817b487df6c81c42
parent643366bcd5e32878a951e39b8b553b794695b026
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 <vigneshr@ti.com>
drivers/usb/cdns3/ep0.c