summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ix/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801ix/thermal.c')
-rw-r--r--src/southbridge/intel/i82801ix/thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801ix/thermal.c b/src/southbridge/intel/i82801ix/thermal.c
index 173a0e6be4..543b2ffd38 100644
--- a/src/southbridge/intel/i82801ix/thermal.c
+++ b/src/southbridge/intel/i82801ix/thermal.c
@@ -43,6 +43,6 @@ static struct device_operations device_ops = {
static const struct pci_driver ich9_thermal __pci_driver = {
.ops = &device_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_82801IB_THERMAL,
+ .vendor = PCI_VID_INTEL,
+ .device = PCI_DID_INTEL_82801IB_THERMAL,
};