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