Skip to content
Commit 1234e3fd authored by Russell King's avatar Russell King
Browse files

ARM: reduce visibility of dmac_* functions



The dmac_* functions are private to the ARM DMA API implementation, and
should not be used by drivers.  In order to discourage their use, remove
their prototypes and macros from asm/*.h.

We have to leave dmac_flush_range() behind as Exynos and MSM IOMMU code
use these; once these sites are fixed, this can be moved also.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9ac87c5a
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