summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/xhci.c')
-rw-r--r--src/soc/intel/braswell/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/xhci.c b/src/soc/intel/braswell/xhci.c
index f84c2044996e..24d2955b8982 100644
--- a/src/soc/intel/braswell/xhci.c
+++ b/src/soc/intel/braswell/xhci.c
@@ -39,6 +39,6 @@ static struct device_operations xhci_device_ops = {
static const struct pci_driver soc_xhci __pci_driver = {
.ops = &xhci_device_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
+ .vendor = PCI_VID_INTEL,
.device = XHCI_DEVID
};