Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / i82801ca / i82801ca_lpc.c
index 07f88f2f6d1ec64d70090c7bc784c0ec5d2b3bd5..b249438a1f261ae4f6b01fd483535b12b81f16df 100644 (file)
@@ -233,7 +233,7 @@ static struct device_operations lpc_ops  = {
        .enable           = 0,
 };
 
-static struct pci_driver lpc_driver __pci_driver = {
+static const struct pci_driver lpc_driver __pci_driver = {
        .ops    = &lpc_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
        .device = PCI_DEVICE_ID_INTEL_82801CA_LPC,