pci drivers should be const.
[coreboot.git] / src / southbridge / amd / sb600 / sb600_sata.c
index b0074b70e3353e8b253b3e603e40a975d1c38807..7aea04aaf1196f0b594a2f712f0b6ea0c3b4c818 100644 (file)
@@ -258,7 +258,7 @@ static struct device_operations sata_ops = {
        .ops_pci = &lops_pci,
 };
 
-static struct pci_driver sata0_driver __pci_driver = {
+static const struct pci_driver sata0_driver __pci_driver = {
        .ops = &sata_ops,
        .vendor = PCI_VENDOR_ID_ATI,
        .device = PCI_DEVICE_ID_ATI_SB600_SATA,