]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8707b57c0b34207f5a371feff255a65a685cbd67
treecf773e8c17bdd3d60bb2aba6817b487df6c81c42
parent3181c9173e910004b9784d6d0a5ead6c1c9ab956
usb: cdns3: ep0: Fix build warnings related to cache ops

Since, commit 8b568a5bbe1e ("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