ide: add ->fixup method to ide_hwif_t
[safe/jmp/linux-2.6] / drivers / ide / arm / ide_arm.c
index bce2bec..8957cba 100644 (file)
@@ -31,5 +31,5 @@ void __init ide_arm_init(void)
        memset(&hw, 0, sizeof(hw));
        ide_std_init_ports(&hw, IDE_ARM_IO, IDE_ARM_IO + 0x206);
        hw.irq = IDE_ARM_IRQ;
-       ide_register_hw(&hw, 1, NULL);
+       ide_register_hw(&hw, NULL, 1, NULL);
 }