diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/include/mach/dma.h')
-rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/dma.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/dma.h b/arch/arm/mach-ixp4xx/include/mach/dma.h index 00c5070c0201..65944f252664 100644 --- a/arch/arm/mach-ixp4xx/include/mach/dma.h +++ b/arch/arm/mach-ixp4xx/include/mach/dma.h | |||
@@ -11,10 +11,8 @@ | |||
11 | #ifndef __ASM_ARCH_DMA_H | 11 | #ifndef __ASM_ARCH_DMA_H |
12 | #define __ASM_ARCH_DMA_H | 12 | #define __ASM_ARCH_DMA_H |
13 | 13 | ||
14 | #include <linux/device.h> | 14 | #include <asm/memory.h> |
15 | #include <asm/page.h> | ||
16 | #include <asm/sizes.h> | 15 | #include <asm/sizes.h> |
17 | #include <mach/hardware.h> | ||
18 | 16 | ||
19 | #define MAX_DMA_ADDRESS (PAGE_OFFSET + SZ_64M) | 17 | #define MAX_DMA_ADDRESS (PAGE_OFFSET + SZ_64M) |
20 | 18 | ||