summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/types.h')
-rw-r--r--arch/xtensa/include/asm/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/include/asm/types.h b/arch/xtensa/include/asm/types.h
index c89569a8da0c..b1c981e39b52 100644
--- a/arch/xtensa/include/asm/types.h
+++ b/arch/xtensa/include/asm/types.h
@@ -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