summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/uart.c')
-rw-r--r--src/soc/intel/denverton_ns/uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/denverton_ns/uart.c b/src/soc/intel/denverton_ns/uart.c
index f9aa64a0cf26..b8598cc4efa8 100644
--- a/src/soc/intel/denverton_ns/uart.c
+++ b/src/soc/intel/denverton_ns/uart.c
@@ -44,8 +44,8 @@ static struct device_operations uart_ops = {
static const struct pci_driver uart_driver __pci_driver = {
.ops = &uart_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_DNV_HSUART
+ .vendor = PCI_VID_INTEL,
+ .device = PCI_DID_INTEL_DNV_HSUART
};
static void hide_hsuarts(void)