summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/sd.c')
-rw-r--r--src/soc/intel/quark/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/sd.c b/src/soc/intel/quark/sd.c
index b1f6583ce761..2a52ff3da01d 100644
--- a/src/soc/intel/quark/sd.c
+++ b/src/soc/intel/quark/sd.c
@@ -30,6 +30,6 @@ static const struct device_operations device_ops = {
static const struct pci_driver pmc __pci_driver = {
.ops = &device_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
+ .vendor = PCI_VID_INTEL,
.device = 0x08A7,
};