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/jasper.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/jasper.c')
-rw-r--r-- | arch/arm/mach-mmp/jasper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/jasper.c b/arch/arm/mach-mmp/jasper.c index 8e2b1710cc2c..80c3e7ab1e17 100644 --- a/arch/arm/mach-mmp/jasper.c +++ b/arch/arm/mach-mmp/jasper.c | |||
@@ -136,7 +136,7 @@ static void __init jasper_init(void) | |||
136 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") | 136 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") |
137 | .phys_io = APB_PHYS_BASE, | 137 | .phys_io = APB_PHYS_BASE, |
138 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 138 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
139 | .map_io = pxa_map_io, | 139 | .map_io = mmp_map_io, |
140 | .init_irq = mmp2_init_irq, | 140 | .init_irq = mmp2_init_irq, |
141 | .timer = &mmp2_timer, | 141 | .timer = &mmp2_timer, |
142 | .init_machine = jasper_init, | 142 | .init_machine = jasper_init, |