summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/pch/usb_ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pch/usb_ehci.c')
-rw-r--r--src/soc/intel/broadwell/pch/usb_ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/usb_ehci.c b/src/soc/intel/broadwell/pch/usb_ehci.c
index 5b977dd3c633..3ada5b26b147 100644
--- a/src/soc/intel/broadwell/pch/usb_ehci.c
+++ b/src/soc/intel/broadwell/pch/usb_ehci.c
@@ -52,6 +52,6 @@ static const unsigned short pci_device_ids[] = {
static const struct pci_driver pch_usb_ehci __pci_driver = {
.ops = &usb_ehci_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
+ .vendor = PCI_VID_INTEL,
.devices = pci_device_ids,
};