Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / broadcom / bcm5785 / bcm5785_ide.c
index b3cc493f5b48886ce639602508cf7c3f1de22072..82263e8ec55eb1838c7f3ab8892860ccfc7bfa7b 100644 (file)
@@ -50,7 +50,7 @@ static struct device_operations ide_ops  = {
        .ops_pci          = &lops_pci,
 };
 
-static struct pci_driver ide_driver __pci_driver = {
+static const struct pci_driver ide_driver __pci_driver = {
        .ops    = &ide_ops,
        .vendor = PCI_VENDOR_ID_SERVERWORKS,
        .device = PCI_DEVICE_ID_SERVERWORKS_BCM5785_IDE,