net: macb: Drop local cache flush
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 16 Jan 2020 08:53:48 +0000 (14:23 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit5cde44e12adc180575d5ee35ef251e0470a10598
tree41151cc5087f8c4efb0ae1fde39080c921355b8d
parent6fff562bafb93cef2b9a03a3e243cf1f29b7c582
net: macb: Drop local cache flush

Now that arch specific dma mapping APIs take care of cache
flush/invalidate, drop local cache flush operation.
While at that fix dma_unmap_single() call to match new prototype

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
drivers/net/macb.c