diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/include/mach/memory.h')
-rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/memory.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/memory.h b/arch/arm/mach-ixp4xx/include/mach/memory.h index a5c26f8d3125..34e79404671a 100644 --- a/arch/arm/mach-ixp4xx/include/mach/memory.h +++ b/arch/arm/mach-ixp4xx/include/mach/memory.h | |||
@@ -14,15 +14,8 @@ | |||
14 | */ | 14 | */ |
15 | #define PLAT_PHYS_OFFSET UL(0x00000000) | 15 | #define PLAT_PHYS_OFFSET UL(0x00000000) |
16 | 16 | ||
17 | #if !defined(__ASSEMBLY__) && defined(CONFIG_PCI) | 17 | #ifdef CONFIG_PCI |
18 | |||
19 | void ixp4xx_adjust_zones(unsigned long *size, unsigned long *holes); | ||
20 | |||
21 | #define arch_adjust_zones(size, holes) \ | ||
22 | ixp4xx_adjust_zones(size, holes) | ||
23 | |||
24 | #define ARM_DMA_ZONE_SIZE SZ_64M | 18 | #define ARM_DMA_ZONE_SIZE SZ_64M |
25 | |||
26 | #endif | 19 | #endif |
27 | 20 | ||
28 | #endif | 21 | #endif |