arm: remove machine_desc.io_pg_offst and .phys_io
[sfrench/cifs-2.6.git] / arch / arm / mach-sa1100 / simpad.c
index 49cfd64663ac5753cec35a0db395d809baf4fc15..27692d0ffbe81c9d2a5e6931bc323f107973c7c6 100644 (file)
@@ -228,8 +228,6 @@ arch_initcall(simpad_init);
 
 MACHINE_START(SIMPAD, "Simpad")
        /* Maintainer: Holger Freyther */
-       .phys_io        = 0x80000000,
-       .io_pg_offst    = ((0xf8000000) >> 18) & 0xfffc,
        .boot_params    = 0xc0000100,
        .map_io         = simpad_map_io,
        .init_irq       = sa1100_init_irq,