summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/lpc.c')
-rw-r--r--src/soc/intel/quark/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/lpc.c b/src/soc/intel/quark/lpc.c
index ad97456579..92b7249293 100644
--- a/src/soc/intel/quark/lpc.c
+++ b/src/soc/intel/quark/lpc.c
@@ -43,6 +43,6 @@ static 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 = QUARK_V_LPC_DEVICE_ID_0,
};