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