diff options
Diffstat (limited to 'arch/arm/mach-iop32x/n2100.c')
-rw-r--r-- | arch/arm/mach-iop32x/n2100.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index f108a31afc2b..626aa375915d 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
@@ -327,8 +327,6 @@ static void __init n2100_init_machine(void) | |||
327 | 327 | ||
328 | MACHINE_START(N2100, "Thecus N2100") | 328 | MACHINE_START(N2100, "Thecus N2100") |
329 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 329 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
330 | .phys_io = N2100_UART, | ||
331 | .io_pg_offst = ((N2100_UART) >> 18) & 0xfffc, | ||
332 | .boot_params = 0xa0000100, | 330 | .boot_params = 0xa0000100, |
333 | .map_io = n2100_map_io, | 331 | .map_io = n2100_map_io, |
334 | .init_irq = iop32x_init_irq, | 332 | .init_irq = iop32x_init_irq, |