Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_ht.c
index f6c5400b85b9485f84b38dc00be590845151374c..9caa9d11afffe92f2e8306dd7b7d78ab421d4ba0 100644 (file)
@@ -46,7 +46,7 @@ static struct device_operations ht_ops  = {
        .ops_pci        = &lops_pci,
 };
 
-static struct pci_driver ht_driver __pci_driver = {
+static const struct pci_driver ht_driver __pci_driver = {
        .ops    = &ht_ops,
        .vendor = PCI_VENDOR_ID_NVIDIA,
        .device = PCI_DEVICE_ID_NVIDIA_MCP55_HT,