ide: add ->fixup method to ide_hwif_t
[deliverable/linux.git] / drivers / ide / h8300 / ide-h8300.c
index 6d26ad7360d52c35dd01ab897dafe24b8fd2dacd..37b9174a7edcd2d1a842ee5abc2d844cb7a0080b 100644 (file)
@@ -101,7 +101,7 @@ void __init h8300_ide_init(void)
        hw_setup(&hw);
 
        /* register if */
-       idx = ide_register_hw(&hw, 1, &hwif);
+       idx = ide_register_hw(&hw, NULL, 1, &hwif);
        if (idx == -1) {
                printk(KERN_ERR "ide-h8300: IDE I/F register failed\n");
                return;
This page took 0.028152 seconds and 5 git commands to generate.