summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/types.h')
-rw-r--r--arch/m68k/include/asm/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m68k/include/asm/types.h b/arch/m68k/include/asm/types.h
index 6441cb5f8e7c..b17fd115a4e7 100644
--- a/arch/m68k/include/asm/types.h
+++ b/arch/m68k/include/asm/types.h
@@ -23,15 +23,6 @@ typedef unsigned short umode_t;
#define BITS_PER_LONG 32
-#ifndef __ASSEMBLY__
-
-/* DMA addresses are always 32-bits wide */
-
-typedef u32 dma_addr_t;
-typedef u32 dma64_addr_t;
-
-#endif /* __ASSEMBLY__ */
-
#endif /* __KERNEL__ */
#endif /* _M68K_TYPES_H */