diff options
Diffstat (limited to 'src/drivers/genesyslogic/gl9763e')
-rw-r--r-- | src/drivers/genesyslogic/gl9763e/gl9763e.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/genesyslogic/gl9763e/gl9763e.c b/src/drivers/genesyslogic/gl9763e/gl9763e.c index cd581b9380..4dcfbdcbd0 100644 --- a/src/drivers/genesyslogic/gl9763e/gl9763e.c +++ b/src/drivers/genesyslogic/gl9763e/gl9763e.c @@ -50,13 +50,13 @@ static struct device_operations gl9763e_ops = { }; static const unsigned short pci_device_ids[] = { - PCI_DEVICE_ID_GLI_9763E, + PCI_DID_GLI_9763E, 0 }; static const struct pci_driver genesyslogic_gl9763e __pci_driver = { .ops = &gl9763e_ops, - .vendor = PCI_VENDOR_ID_GLI, + .vendor = PCI_VID_GLI, .devices = pci_device_ids, }; |