diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:28:09 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-07-18 15:30:00 -0400 |
commit | 7553ee777b513c3bc8f45bb9fc75fb1bbc584ba1 (patch) | |
tree | 9774cb5b9e616b61b91b20f4816888f0cbc644ce /arch/arm/mach-ixp4xx/include | |
parent | 5065c71d7567a98de0550708e5427a187033d8a3 (diff) | |
download | blackbird-op-linux-7553ee777b513c3bc8f45bb9fc75fb1bbc584ba1.tar.gz blackbird-op-linux-7553ee777b513c3bc8f45bb9fc75fb1bbc584ba1.zip |
ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-ixp4xx/include')
-rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/memory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/memory.h b/arch/arm/mach-ixp4xx/include/mach/memory.h index 34e79404671a..4caf1761f1e2 100644 --- a/arch/arm/mach-ixp4xx/include/mach/memory.h +++ b/arch/arm/mach-ixp4xx/include/mach/memory.h @@ -14,8 +14,4 @@ */ #define PLAT_PHYS_OFFSET UL(0x00000000) -#ifdef CONFIG_PCI -#define ARM_DMA_ZONE_SIZE SZ_64M -#endif - #endif |