diff options
Diffstat (limited to 'drivers/ata/pata_oldpiix.c')
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 31a285ca88dc..fc947dfecd73 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c | |||
@@ -303,7 +303,8 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
303 | } | 303 | } |
304 | 304 | ||
305 | static const struct pci_device_id oldpiix_pci_tbl[] = { | 305 | static const struct pci_device_id oldpiix_pci_tbl[] = { |
306 | { PCI_DEVICE(0x8086, 0x1230), }, | 306 | { PCI_VDEVICE(INTEL, 0x1230), }, |
307 | |||
307 | { } /* terminate list */ | 308 | { } /* terminate list */ |
308 | }; | 309 | }; |
309 | 310 | ||
@@ -324,7 +325,6 @@ static void __exit oldpiix_exit(void) | |||
324 | pci_unregister_driver(&oldpiix_pci_driver); | 325 | pci_unregister_driver(&oldpiix_pci_driver); |
325 | } | 326 | } |
326 | 327 | ||
327 | |||
328 | module_init(oldpiix_init); | 328 | module_init(oldpiix_init); |
329 | module_exit(oldpiix_exit); | 329 | module_exit(oldpiix_exit); |
330 | 330 | ||