diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-07-15 05:50:13 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 02:34:45 -0400 |
commit | 8022887cda044524610ef2a5a45feb9d96b11b4f (patch) | |
tree | f4b8815dfcbe1ecbe83a2a1fb226054aeeba8d92 /arch/arm/mach-mmp/aspenite.c | |
parent | 4b37cd335b56737d58befca663d03965a6cedebf (diff) |
[ARM] mmp: rename pxa_map_io() to mmp_map_io()
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/aspenite.c')
-rw-r--r-- | arch/arm/mach-mmp/aspenite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 1721c540ea2b..0629394a5fb9 100644 --- a/arch/arm/mach-mmp/aspenite.c +++ b/arch/arm/mach-mmp/aspenite.c | |||
@@ -151,7 +151,7 @@ static void __init common_init(void) | |||
151 | MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") | 151 | MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") |
152 | .phys_io = APB_PHYS_BASE, | 152 | .phys_io = APB_PHYS_BASE, |
153 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 153 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
154 | .map_io = pxa_map_io, | 154 | .map_io = mmp_map_io, |
155 | .init_irq = pxa168_init_irq, | 155 | .init_irq = pxa168_init_irq, |
156 | .timer = &pxa168_timer, | 156 | .timer = &pxa168_timer, |
157 | .init_machine = common_init, | 157 | .init_machine = common_init, |
@@ -160,7 +160,7 @@ MACHINE_END | |||
160 | MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") | 160 | MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") |
161 | .phys_io = APB_PHYS_BASE, | 161 | .phys_io = APB_PHYS_BASE, |
162 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 162 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
163 | .map_io = pxa_map_io, | 163 | .map_io = mmp_map_io, |
164 | .init_irq = pxa168_init_irq, | 164 | .init_irq = pxa168_init_irq, |
165 | .timer = &pxa168_timer, | 165 | .timer = &pxa168_timer, |
166 | .init_machine = common_init, | 166 | .init_machine = common_init, |