]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit01135d92c1a540cd3370f7cf3d1c762320b85034
treea6344d942a4f63cba85290a93008ce211996d27d
parent56f55f8b58a02e95b401cb50df05086cabeaeeb5
[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation

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>
arch/arm/common/dmabounce.c
arch/arm/mm/dma-mapping.c