Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / i82801ca / i82801ca_nic.c
index 61d397715871434349403e31a1e8c9a6d39d29f4..c0b01bce707b133d6298516dbb0802e20c1f2569 100644 (file)
@@ -14,7 +14,7 @@ static struct device_operations nic_ops  = {
        .scan_bus         = 0,
 };
 
-static struct pci_driver nic_driver __pci_driver = {
+static const struct pci_driver nic_driver __pci_driver = {
        .ops    = &nic_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
        .device = PCI_DEVICE_ID_INTEL_82801CA_LAN,