diff options
Diffstat (limited to 'drivers/ata/pata_oldpiix.c')
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 9e3afadbd04a..7001b756819e 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c | |||
@@ -263,7 +263,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
263 | dev_printk(KERN_DEBUG, &pdev->dev, | 263 | dev_printk(KERN_DEBUG, &pdev->dev, |
264 | "version " DRV_VERSION "\n"); | 264 | "version " DRV_VERSION "\n"); |
265 | 265 | ||
266 | return ata_pci_init_one(pdev, ppi, &oldpiix_sht); | 266 | return ata_pci_init_one(pdev, ppi, &oldpiix_sht, NULL); |
267 | } | 267 | } |
268 | 268 | ||
269 | static const struct pci_device_id oldpiix_pci_tbl[] = { | 269 | static const struct pci_device_id oldpiix_pci_tbl[] = { |