[ARM] Wrap calls to descriptor handlers
[safe/jmp/linux-2.6] / arch / arm / mach-pxa / poodle.c
index ebae969..0e4f6fa 100644 (file)
@@ -182,7 +182,7 @@ static void __init poodle_map_io(void)
 MACHINE_START(POODLE, "SHARP Poodle")
        .phys_ram       = 0xa0000000,
        .phys_io        = 0x40000000,
-       .io_pg_offst    = ((io_p2v(0x40000000) >> 18) & 0xfffc,)
+       .io_pg_offst    = (io_p2v(0x40000000) >> 18) & 0xfffc,
        .fixup          = fixup_poodle,
        .map_io         = poodle_map_io,
        .init_irq       = pxa_init_irq,