diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:12:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:37 -0400 |
commit | 7ae1f7ec525c32db441836ab0ab010b85cb819a2 (patch) | |
tree | 25d87bd43198bdc3868c20cf3e8d44e8e343f0e6 /arch/arm/mach-iop32x/iq80321-mm.c | |
parent | 3f7e5815f4b774270e6506962de37af85aa9c830 (diff) |
[ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code
Introduce the arch/arm/plat-iop directory, for code shared between the
iop32x and iop33x, and move the common memory map setup bits there.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop32x/iq80321-mm.c')
-rw-r--r-- | arch/arm/mach-iop32x/iq80321-mm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/iq80321-mm.c b/arch/arm/mach-iop32x/iq80321-mm.c index 5f702a7ff622..b6a3079ad29e 100644 --- a/arch/arm/mach-iop32x/iq80321-mm.c +++ b/arch/arm/mach-iop32x/iq80321-mm.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/page.h> | 21 | #include <asm/page.h> |
22 | 22 | ||
23 | #include <asm/mach/map.h> | 23 | #include <asm/mach/map.h> |
24 | #include <asm/hardware/iop3xx.h> | ||
24 | 25 | ||
25 | 26 | ||
26 | /* | 27 | /* |
@@ -39,7 +40,7 @@ static struct map_desc iq80321_io_desc[] __initdata = { | |||
39 | 40 | ||
40 | void __init iq80321_map_io(void) | 41 | void __init iq80321_map_io(void) |
41 | { | 42 | { |
42 | iop321_map_io(); | 43 | iop3xx_map_io(); |
43 | 44 | ||
44 | iotable_init(iq80321_io_desc, ARRAY_SIZE(iq80321_io_desc)); | 45 | iotable_init(iq80321_io_desc, ARRAY_SIZE(iq80321_io_desc)); |
45 | } | 46 | } |