diff options
Diffstat (limited to 'arch/arm/mach-iop32x/iq31244.c')
-rw-r--r-- | arch/arm/mach-iop32x/iq31244.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-iop32x/iq31244.c b/arch/arm/mach-iop32x/iq31244.c index d6ac85ff109d..fde962c057f0 100644 --- a/arch/arm/mach-iop32x/iq31244.c +++ b/arch/arm/mach-iop32x/iq31244.c | |||
@@ -313,8 +313,6 @@ __setup("force_ep80219", force_ep80219_setup); | |||
313 | 313 | ||
314 | MACHINE_START(IQ31244, "Intel IQ31244") | 314 | MACHINE_START(IQ31244, "Intel IQ31244") |
315 | /* Maintainer: Intel Corp. */ | 315 | /* Maintainer: Intel Corp. */ |
316 | .phys_io = IQ31244_UART, | ||
317 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, | ||
318 | .boot_params = 0xa0000100, | 316 | .boot_params = 0xa0000100, |
319 | .map_io = iq31244_map_io, | 317 | .map_io = iq31244_map_io, |
320 | .init_irq = iop32x_init_irq, | 318 | .init_irq = iop32x_init_irq, |
@@ -329,8 +327,6 @@ MACHINE_END | |||
329 | */ | 327 | */ |
330 | MACHINE_START(EP80219, "Intel EP80219") | 328 | MACHINE_START(EP80219, "Intel EP80219") |
331 | /* Maintainer: Intel Corp. */ | 329 | /* Maintainer: Intel Corp. */ |
332 | .phys_io = IQ31244_UART, | ||
333 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, | ||
334 | .boot_params = 0xa0000100, | 330 | .boot_params = 0xa0000100, |
335 | .map_io = iq31244_map_io, | 331 | .map_io = iq31244_map_io, |
336 | .init_irq = iop32x_init_irq, | 332 | .init_irq = iop32x_init_irq, |