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/mx1.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/mx1.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx1.h b/arch/arm/plat-mxc/include/mach/mx1.h index 8476a15dbfc0..b92e02324d8e 100644 --- a/arch/arm/plat-mxc/include/mach/mx1.h +++ b/arch/arm/plat-mxc/include/mach/mx1.h | |||
@@ -18,8 +18,6 @@ | |||
18 | 18 | ||
19 | #include <mach/vmalloc.h> | 19 | #include <mach/vmalloc.h> |
20 | 20 | ||
21 | #define PHYS_OFFSET UL(0x08000000) | ||
22 | |||
23 | /* | 21 | /* |
24 | * Memory map | 22 | * Memory map |
25 | */ | 23 | */ |