From: Josh Boyer Date: Tue, 22 Apr 2008 00:49:34 +0000 (+1000) Subject: [POWERPC] 4xx: Fix duplicate phys_addr_t definition X-Git-Tag: v2.6.26-rc1~1055^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91d7119ba8031f57cee5814e31c893487844011;p=pandora-kernel.git [POWERPC] 4xx: Fix duplicate phys_addr_t definition Commit d04ceb3fc294ea2c4f538a04343f3a473953a3b0 moved phys_addr_t definitions to include/asm-powerpc/types.h. However, arch/ppc 440 builds had a duplicate definition in include/asm-ppc/mmu.h that caused the build to fail. This removes the duplicate definition in arch/ppc. Signed-off-by: Josh Boyer Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed