ide: add struct ide_port_info instances to legacy host drivers
[deliverable/linux.git] / drivers / ide / ide-generic.c
index bb30c29f6ec04599d7d55d86ffc5cdc351c3b9c4..be469dbbe8fb2760652e383e8889300c3f5b7682 100644 (file)
@@ -23,7 +23,7 @@ static int __init ide_generic_init(void)
        for (i = 0; i < MAX_HWIFS; i++)
                idx[i] = ide_hwifs[i].present ? 0xff : i;
 
-       ide_device_add_all(idx);
+       ide_device_add_all(idx, NULL);
 
        if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET])
                ide_release_lock();     /* for atari only */
This page took 0.026154 seconds and 5 git commands to generate.