i945/ICH7: Use #defines from pci_ids.h (trivial).
[coreboot.git] / src / northbridge / intel / i945 / northbridge.c
index 6aa9f2d545a24ff07194ad9d1f981a333ce7aa54..ee62149c52e4c7dc058ea95c4007bca0a607cb30 100644 (file)
@@ -247,7 +247,7 @@ static struct device_operations mc_ops = {
 static const struct pci_driver mc_driver __pci_driver = {
        .ops    = &mc_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
-       .device = 0x27a0,
+       .device = PCI_DEVICE_ID_INTEL_945_HOST_BRIDGE,
 };
 
 static void cpu_bus_init(device_t dev)