[ARM] Rename consistent_sync() as dma_cache_maint()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 9 Oct 2007 13:17:01 +0000 (14:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Oct 2007 22:43:45 +0000 (23:43 +0100)
consistent_sync() is used to handle the cache maintainence issues with
DMA operations.  Since we've now removed the misuse of this function
from the two MTD drivers, rename it to prevent future mis-use.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found