Skip to content
Commit 7ae5a761 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 953233dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment