commit | 4ac4aa5cc3b00cc558575065ae71043e92d1a69a | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Wed Jun 17 13:08:31 2009 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 24 18:34:40 2009 +0100 |
tree | 77000115ec386bca50c5519e3695799ebb6915b8 | |
parent | 2e25406fb878e2313a9d8e302ed7ff3c2831198f [diff] |
DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE set This patch does not change actual behaviour since dma_unmap_page is just an alias of dma_unmap_single on MIPS. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Cc: Ralf Baechle <ralf@linux-mips.org> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>