Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / via / k8t890 / k8t890_ctrl.c
index d45cd599989d95440c39f9f51194b627894426d7..c8ca2122d0edd4a91fb75b7591e9ce652a5f545e 100644 (file)
@@ -95,7 +95,7 @@ static struct device_operations ctrl_ops = {
        .ops_pci = 0,
 };
 
-static struct pci_driver northbridge_driver __pci_driver = {
+static const struct pci_driver northbridge_driver __pci_driver = {
        .ops = &ctrl_ops,
        .vendor = PCI_VENDOR_ID_VIA,
        .device = PCI_DEVICE_ID_VIA_K8T890CE_7,