[ARM] Convert DMA cache handling to take const void * args
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 6 Feb 2007 17:39:31 +0000 (17:39 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 8 Feb 2007 14:49:44 +0000 (14:49 +0000)
commit7ae5a761d2ffc4cf7d3248e09f4d3da234434f30
tree8b936e37b9750c27e8f2c86318591912dc7e1cc3
parent953233dc9958ba2b29753d0f24e37a33a076a5f6
[ARM] Convert DMA cache handling to take const void * args

The DMA cache handling functions take virtual addresses, but in the
form of unsigned long arguments.  This leads to a little confusion
about what exactly they take.  So, convert them to take const void *
instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/dmabounce.c
arch/arm/mm/consistent.c
include/asm-arm/cacheflush.h
include/asm-arm/dma-mapping.h