add the common dma_addr_t typedef to include/linux/types.h
[pandora-kernel.git] / arch / parisc / include / asm / types.h
index 20135cc..bc164dd 100644 (file)
@@ -16,9 +16,6 @@ typedef unsigned short umode_t;
 
 #ifndef __ASSEMBLY__
 
-/* Dma addresses are 32-bits wide.  */
-
-typedef u32 dma_addr_t;
 typedef u64 dma64_addr_t;
 
 #endif /* __ASSEMBLY__ */