[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 25 Sep 2008 20:05:02 +0000 (21:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 25 Sep 2008 22:39:24 +0000 (23:39 +0100)
No point having two of these; dma_map_page() can do all the work
for us.

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

No differences found