ide: add struct ide_port_info instances to legacy host drivers
[pandora-kernel.git] / drivers / ide / ppc / mpc8xx.c
index 45c1d55..06190b1 100644 (file)
@@ -848,7 +848,7 @@ static int __init mpc8xx_ide_probe(void)
 #endif
 #endif
 
-       ide_device_add(idx);
+       ide_device_add(idx, NULL);
 
        return 0;
 }