diff options
Diffstat (limited to 'drivers/ata/pata_ns87410.c')
-rw-r--r-- | drivers/ata/pata_ns87410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ns87410.c b/drivers/ata/pata_ns87410.c index 1bdca8f1e767..5a043e426480 100644 --- a/drivers/ata/pata_ns87410.c +++ b/drivers/ata/pata_ns87410.c | |||
@@ -163,7 +163,7 @@ static int ns87410_init_one(struct pci_dev *dev, const struct pci_device_id *id) | |||
163 | .port_ops = &ns87410_port_ops | 163 | .port_ops = &ns87410_port_ops |
164 | }; | 164 | }; |
165 | const struct ata_port_info *ppi[] = { &info, NULL }; | 165 | const struct ata_port_info *ppi[] = { &info, NULL }; |
166 | return ata_pci_init_one(dev, ppi, &ns87410_sht); | 166 | return ata_pci_init_one(dev, ppi, &ns87410_sht, NULL); |
167 | } | 167 | } |
168 | 168 | ||
169 | static const struct pci_device_id ns87410[] = { | 169 | static const struct pci_device_id ns87410[] = { |