diff options
Diffstat (limited to 'arch/arm/mach-ixp2000/ixdp2400.c')
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2400.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp2000/ixdp2400.c b/arch/arm/mach-ixp2000/ixdp2400.c index 55e5c69352ad..dfffc1e817fa 100644 --- a/arch/arm/mach-ixp2000/ixdp2400.c +++ b/arch/arm/mach-ixp2000/ixdp2400.c | |||
@@ -170,8 +170,6 @@ void __init ixdp2400_init_irq(void) | |||
170 | 170 | ||
171 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") | 171 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") |
172 | /* Maintainer: MontaVista Software, Inc. */ | 172 | /* Maintainer: MontaVista Software, Inc. */ |
173 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
174 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
175 | .boot_params = 0x00000100, | 173 | .boot_params = 0x00000100, |
176 | .map_io = ixdp2x00_map_io, | 174 | .map_io = ixdp2x00_map_io, |
177 | .init_irq = ixdp2400_init_irq, | 175 | .init_irq = ixdp2400_init_irq, |