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/ttc_dkb.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/ttc_dkb.c')
-rw-r--r-- | arch/arm/mach-mmp/ttc_dkb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index ba3ce41d240c..ee65e05f0cf1 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c | |||
@@ -124,7 +124,7 @@ static void __init ttc_dkb_init(void) | |||
124 | MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform") | 124 | MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform") |
125 | .phys_io = APB_PHYS_BASE, | 125 | .phys_io = APB_PHYS_BASE, |
126 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 126 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
127 | .map_io = pxa_map_io, | 127 | .map_io = mmp_map_io, |
128 | .init_irq = pxa910_init_irq, | 128 | .init_irq = pxa910_init_irq, |
129 | .timer = &pxa910_timer, | 129 | .timer = &pxa910_timer, |
130 | .init_machine = ttc_dkb_init, | 130 | .init_machine = ttc_dkb_init, |