Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / i82801db / i82801db_lpc.c
index d44d8290b8692e1c08ba0908979afffd87edeb7b..fbc8805bd2281cc72ffb7ebd3c36fa45c6d4115a 100644 (file)
@@ -409,7 +409,7 @@ static struct device_operations lpc_ops  = {
        .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_INTEL,
        .device = PCI_DEVICE_ID_INTEL_82801DB_ISA,