ARM: dma: replace ISA_DMA_THRESHOLD with a variable
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Jul 2011 20:26:59 +0000 (21:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 12 Jul 2011 10:08:12 +0000 (11:08 +0100)
ISA_DMA_THRESHOLD has been unused by non-arch code, so lets now get
rid of it from ARM by replacing it with arm_dma_zone_mask.  Move
dma_supported() and dma_set_mask() out of line, and have
dma_supported() check this new variable instead.

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

No differences found