diff options
Diffstat (limited to 'arch/arm/mach-pxa/zeus.c')
-rw-r--r-- | arch/arm/mach-pxa/zeus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 03b9cb910e08..dea46a2d089b 100644 --- a/arch/arm/mach-pxa/zeus.c +++ b/arch/arm/mach-pxa/zeus.c | |||
@@ -900,10 +900,9 @@ static void __init zeus_map_io(void) | |||
900 | 900 | ||
901 | MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS") | 901 | MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS") |
902 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ | 902 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ |
903 | .phys_io = 0x40000000, | ||
904 | .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc), | ||
905 | .boot_params = 0xa0000100, | 903 | .boot_params = 0xa0000100, |
906 | .map_io = zeus_map_io, | 904 | .map_io = zeus_map_io, |
905 | .nr_irqs = ZEUS_NR_IRQS, | ||
907 | .init_irq = zeus_init_irq, | 906 | .init_irq = zeus_init_irq, |
908 | .timer = &pxa_timer, | 907 | .timer = &pxa_timer, |
909 | .init_machine = zeus_init, | 908 | .init_machine = zeus_init, |