summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/xhci.c')
-rw-r--r--src/soc/intel/denverton_ns/xhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/denverton_ns/xhci.c b/src/soc/intel/denverton_ns/xhci.c
index 5e1e4263a4e0..2760120c2bea 100644
--- a/src/soc/intel/denverton_ns/xhci.c
+++ b/src/soc/intel/denverton_ns/xhci.c
@@ -31,6 +31,6 @@ static struct device_operations usb_xhci_ops = {
static const struct pci_driver pch_usb_xhci __pci_driver = {
.ops = &usb_xhci_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_DNV_XHCI,
+ .vendor = PCI_VID_INTEL,
+ .device = PCI_DID_INTEL_DNV_XHCI,
};