diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx27ads.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx27ads.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-mx27ads.c b/arch/arm/mach-imx/mach-mx27ads.c index ffb39a42f240..a1e4bc573afc 100644 --- a/arch/arm/mach-imx/mach-mx27ads.c +++ b/arch/arm/mach-imx/mach-mx27ads.c | |||
@@ -347,8 +347,6 @@ static void __init mx27ads_map_io(void) | |||
347 | 347 | ||
348 | MACHINE_START(MX27ADS, "Freescale i.MX27ADS") | 348 | MACHINE_START(MX27ADS, "Freescale i.MX27ADS") |
349 | /* maintainer: Freescale Semiconductor, Inc. */ | 349 | /* maintainer: Freescale Semiconductor, Inc. */ |
350 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
351 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
352 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 350 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
353 | .map_io = mx27ads_map_io, | 351 | .map_io = mx27ads_map_io, |
354 | .init_irq = mx27_init_irq, | 352 | .init_irq = mx27_init_irq, |