diff options
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r-- | drivers/ata/pata_it821x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index 63c5cf0d1fee..6a8a4ddf5bfe 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c | |||
@@ -722,7 +722,7 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
722 | else | 722 | else |
723 | ppi[0] = &info_smart; | 723 | ppi[0] = &info_smart; |
724 | 724 | ||
725 | return ata_pci_init_one(pdev, ppi, &it821x_sht); | 725 | return ata_pci_init_one(pdev, ppi, &it821x_sht, NULL); |
726 | } | 726 | } |
727 | 727 | ||
728 | #ifdef CONFIG_PM | 728 | #ifdef CONFIG_PM |