summaryrefslogtreecommitdiffstats
path: root/src/drivers/genesyslogic/gl9755/gl9755.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/genesyslogic/gl9755/gl9755.c')
-rw-r--r--src/drivers/genesyslogic/gl9755/gl9755.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/genesyslogic/gl9755/gl9755.c b/src/drivers/genesyslogic/gl9755/gl9755.c
index 44342c6632d0..bf4831c504ff 100644
--- a/src/drivers/genesyslogic/gl9755/gl9755.c
+++ b/src/drivers/genesyslogic/gl9755/gl9755.c
@@ -47,13 +47,13 @@ static struct device_operations gl9755_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DEVICE_ID_GLI_9755,
+ PCI_DID_GLI_9755,
0
};
static const struct pci_driver genesyslogic_gl9755 __pci_driver = {
.ops = &gl9755_ops,
- .vendor = PCI_VENDOR_ID_GLI,
+ .vendor = PCI_VID_GLI,
.devices = pci_device_ids,
};