commit | 42360c4160c816679e741180ecaa740e64913899 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Thu Dec 05 13:29:25 2019 +0530 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Dec 21 20:35:16 2019 +0100 |
tree | cf773e8c17bdd3d60bb2aba6817b487df6c81c42 | |
parent | ce53e36d28b3398a82681b483c1992028a6acf27 [diff] |
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>