diff options
Diffstat (limited to 'arch/arm/mach-mx25/mach-mx25_3ds.c')
-rw-r--r-- | arch/arm/mach-mx25/mach-mx25_3ds.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mx25/mach-mx25_3ds.c b/arch/arm/mach-mx25/mach-mx25_3ds.c index bd1805698631..80805107a73e 100644 --- a/arch/arm/mach-mx25/mach-mx25_3ds.c +++ b/arch/arm/mach-mx25/mach-mx25_3ds.c | |||
@@ -206,8 +206,6 @@ static struct sys_timer mx25pdk_timer = { | |||
206 | 206 | ||
207 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") | 207 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") |
208 | /* Maintainer: Freescale Semiconductor, Inc. */ | 208 | /* Maintainer: Freescale Semiconductor, Inc. */ |
209 | .phys_io = MX25_AIPS1_BASE_ADDR, | ||
210 | .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
211 | .boot_params = MX25_PHYS_OFFSET + 0x100, | 209 | .boot_params = MX25_PHYS_OFFSET + 0x100, |
212 | .map_io = mx25_map_io, | 210 | .map_io = mx25_map_io, |
213 | .init_irq = mx25_init_irq, | 211 | .init_irq = mx25_init_irq, |