diff options
Diffstat (limited to 'drivers/ata/sata_sx4.c')
-rw-r--r-- | drivers/ata/sata_sx4.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c index 091867e10ea3..8c74f2ff4344 100644 --- a/drivers/ata/sata_sx4.c +++ b/drivers/ata/sata_sx4.c | |||
@@ -230,12 +230,11 @@ static const struct ata_port_info pdc_port_info[] = { | |||
230 | }; | 230 | }; |
231 | 231 | ||
232 | static const struct pci_device_id pdc_sata_pci_tbl[] = { | 232 | static const struct pci_device_id pdc_sata_pci_tbl[] = { |
233 | { PCI_VENDOR_ID_PROMISE, 0x6622, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 233 | { PCI_VDEVICE(PROMISE, 0x6622), board_20621 }, |
234 | board_20621 }, | 234 | |
235 | { } /* terminate list */ | 235 | { } /* terminate list */ |
236 | }; | 236 | }; |
237 | 237 | ||
238 | |||
239 | static struct pci_driver pdc_sata_pci_driver = { | 238 | static struct pci_driver pdc_sata_pci_driver = { |
240 | .name = DRV_NAME, | 239 | .name = DRV_NAME, |
241 | .id_table = pdc_sata_pci_tbl, | 240 | .id_table = pdc_sata_pci_tbl, |