diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 05:51:57 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-18 10:40:14 -0500 |
commit | a2449091522990e9746a3f1420b9041d9669590c (patch) | |
tree | e7d1f948100f2f51809399626a97a18ab7f503c5 /arch/arm/plat-mxc/include/mach/mx31.h | |
parent | 44421e42587125acf70771436bcd6af06e1261a3 (diff) |
[ARM] MXC: do not include mach/hardware.h from mach/memory.h
Instead of including other header files, define PHYS_OFFSET directly
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx31.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx31.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx31.h b/arch/arm/plat-mxc/include/mach/mx31.h index 2f6d9fc0ab23..de026654b00e 100644 --- a/arch/arm/plat-mxc/include/mach/mx31.h +++ b/arch/arm/plat-mxc/include/mach/mx31.h | |||
@@ -239,9 +239,6 @@ | |||
239 | #define PCMCIA_IO_ADDRESS(x) \ | 239 | #define PCMCIA_IO_ADDRESS(x) \ |
240 | (((x) - X_MEMC_BASE_ADDR) + X_MEMC_BASE_ADDR_VIRT) | 240 | (((x) - X_MEMC_BASE_ADDR) + X_MEMC_BASE_ADDR_VIRT) |
241 | 241 | ||
242 | /* Start of physical RAM - On many MX31 platforms, this is the first SDRAM bank (CSD0) */ | ||
243 | #define PHYS_OFFSET CSD0_BASE_ADDR | ||
244 | |||
245 | /* | 242 | /* |
246 | * Interrupt numbers | 243 | * Interrupt numbers |
247 | */ | 244 | */ |