Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / broadcom / bcm5785 / bcm5785_lpc.c
index 5c061dbe866a857115be3e4b4662495a8d23a557..c4043511d71e2459a299448d7d924254196f2db0 100644 (file)
@@ -129,7 +129,7 @@ static struct device_operations lpc_ops  = {
 //     .enable           = bcm5785_enable,
        .ops_pci          = &lops_pci,
 };
-static struct pci_driver lpc_driver __pci_driver = {
+static const struct pci_driver lpc_driver __pci_driver = {
        .ops    = &lpc_ops,
        .vendor = PCI_VENDOR_ID_SERVERWORKS,
        .device = PCI_DEVICE_ID_SERVERWORKS_BCM5785_LPC,