ide: add ->dev and ->host_priv fields to struct ide_host
[deliverable/linux.git] / drivers / ide / pci / via82cxxx.c
index 09dc4803ef9d282c528240dee980f4d55f080a79..2f22abfe003bf9686631f1046223f222b0ffa279 100644 (file)
@@ -466,7 +466,7 @@ static int __devinit via_init_one(struct pci_dev *dev, const struct pci_device_i
 
        d.udma_mask = via_config->udma_mask;
 
-       return ide_setup_pci_device(dev, &d);
+       return ide_pci_init_one(dev, &d, NULL);
 }
 
 static const struct pci_device_id via_pci_tbl[] = {
This page took 0.025669 seconds and 5 git commands to generate.