add the common dma_addr_t typedef to include/linux/types.h
[pandora-kernel.git] / arch / xtensa / include / asm / types.h
index c89569a..b1c981e 100644 (file)
@@ -32,10 +32,6 @@ typedef unsigned short umode_t;
 
 #define BITS_PER_LONG 32
 
-/* Dma addresses are 32-bits wide.  */
-
-typedef u32 dma_addr_t;
-
 #endif /* __KERNEL__ */
 #endif