libata: stop overloading port_info->private_data
[deliverable/linux.git] / drivers / ata / pata_oldpiix.c
index 9e3afadbd04a502c54267d7322e31d985c8cc898..7001b756819ee4d41b982b2ad191b4961df6ecbd 100644 (file)
@@ -263,7 +263,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e
                dev_printk(KERN_DEBUG, &pdev->dev,
                           "version " DRV_VERSION "\n");
 
-       return ata_pci_init_one(pdev, ppi, &oldpiix_sht);
+       return ata_pci_init_one(pdev, ppi, &oldpiix_sht, NULL);
 }
 
 static const struct pci_device_id oldpiix_pci_tbl[] = {
This page took 0.051036 seconds and 5 git commands to generate.