X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Ftypes.h;h=8947b9827bc40d8d03fba298554d0c0f449aa31c;hb=8547727756a7322b99aa313ce50fe15d8f858872;hp=a5aea0ca34e9a3dc98fdf4b504cc56e472baad87;hpb=fc8e1ead9314cf0e0f1922e661428b93d3a50d88;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/powerpc/include/asm/types.h b/arch/powerpc/include/asm/types.h index a5aea0ca34e9..8947b9827bc4 100644 --- a/arch/powerpc/include/asm/types.h +++ b/arch/powerpc/include/asm/types.h @@ -44,13 +44,6 @@ typedef struct { typedef __vector128 vector128; -#if defined(__powerpc64__) || defined(CONFIG_PHYS_64BIT) -typedef u64 dma_addr_t; -#else -typedef u32 dma_addr_t; -#endif -typedef u64 dma64_addr_t; - typedef struct { unsigned long entry; unsigned long toc;