diff options
Diffstat (limited to 'drivers/ata/pata_it8213.c')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index 291a0d6e2434..d23a46b75028 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -287,7 +287,7 @@ static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *en | |||
287 | dev_printk(KERN_DEBUG, &pdev->dev, | 287 | dev_printk(KERN_DEBUG, &pdev->dev, |
288 | "version " DRV_VERSION "\n"); | 288 | "version " DRV_VERSION "\n"); |
289 | 289 | ||
290 | return ata_pci_init_one(pdev, ppi, &it8213_sht); | 290 | return ata_pci_init_one(pdev, ppi, &it8213_sht, NULL); |
291 | } | 291 | } |
292 | 292 | ||
293 | static const struct pci_device_id it8213_pci_tbl[] = { | 293 | static const struct pci_device_id it8213_pci_tbl[] = { |