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