diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/gateway7001-setup.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/gateway7001-setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp4xx/gateway7001-setup.c b/arch/arm/mach-ixp4xx/gateway7001-setup.c index 2583b2a13174..9dc0b4eaa65a 100644 --- a/arch/arm/mach-ixp4xx/gateway7001-setup.c +++ b/arch/arm/mach-ixp4xx/gateway7001-setup.c | |||
@@ -96,8 +96,6 @@ static void __init gateway7001_init(void) | |||
96 | #ifdef CONFIG_MACH_GATEWAY7001 | 96 | #ifdef CONFIG_MACH_GATEWAY7001 |
97 | MACHINE_START(GATEWAY7001, "Gateway 7001 AP") | 97 | MACHINE_START(GATEWAY7001, "Gateway 7001 AP") |
98 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ | 98 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ |
99 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
100 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
101 | .map_io = ixp4xx_map_io, | 99 | .map_io = ixp4xx_map_io, |
102 | .init_irq = ixp4xx_init_irq, | 100 | .init_irq = ixp4xx_init_irq, |
103 | .timer = &ixp4xx_timer, | 101 | .timer = &ixp4xx_timer, |