Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_pci.c
index 24a1cb20f619292b11b366344b2b7d92ed945b45..ce6de88764558af2b8937472c6ea74c2185c7c93 100644 (file)
@@ -99,7 +99,7 @@ static struct device_operations pci_ops  = {
        .ops_pci        = &lops_pci,
 };
 
-static struct pci_driver pci_driver __pci_driver = {
+static const struct pci_driver pci_driver __pci_driver = {
        .ops    = &pci_ops,
        .vendor = PCI_VENDOR_ID_NVIDIA,
        .device = PCI_DEVICE_ID_NVIDIA_MCP55_PCI,