From: FUJITA Tomonori Date: Wed, 27 Oct 2010 22:34:47 +0000 (-0700) Subject: mips: remove dma64_addr_t usage X-Git-Tag: v2.6.37-rc1~85^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c7438dbbd03442ff86066843485db7fadd67bd;p=pandora-kernel.git 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 Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed