pci drivers should be const.
[coreboot.git] / src / southbridge / amd / sb700 / sb700_lpc.c
index 63560404da154f409b4613eb248348e83382e2c5..b6d781816009a4a44e15f7c04149d0db79bda84a 100644 (file)
@@ -240,7 +240,7 @@ static struct device_operations lpc_ops = {
        .scan_bus = scan_static_bus,
        .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_ATI,
        .device = PCI_DEVICE_ID_ATI_SB700_LPC,