mips: remove dma64_addr_t usage
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Wed, 27 Oct 2010 22:34:47 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:17 +0000 (18:03 -0700)
commitc1c7438dbbd03442ff86066843485db7fadd67bd
tree412f9c583aa473e3eb6318cc05d0a2cb217390d7
parent4ad9b208cf1d03c8c3c1e0063ee6eea88833118f
mips: remove dma64_addr_t usage

dma64_addr_t looks pointless (at least there is no point that an
architecture has the own dma64_addr_t typedef).

dma_addr_t is set to 32 or 64 bits appropriately.  You can use u64 at
places where you know that 64 bit address is always necessary.

Let's use u64 instead for mips.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mips/include/asm/pci/bridge.h