Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / broadcom / bcm5785 / bcm5785_sata.c
index 426ee0ff0b5c0a9f3ff6a58286df1466ea19612d..32b944bfdd5dacd514a0e58ef1b3232ca354ff2a 100644 (file)
@@ -87,7 +87,7 @@ static struct device_operations sata_ops  = {
        .ops_pci          = &lops_pci,
 };
 
-static struct pci_driver sata0_driver __pci_driver = {
+static const struct pci_driver sata0_driver __pci_driver = {
        .ops    = &sata_ops,
        .vendor = PCI_VENDOR_ID_SERVERWORKS,
        .device = PCI_DEVICE_ID_SERVERWORKS_BCM5785_SATA,