pci drivers should be const.
[coreboot.git] / src / southbridge / amd / sb700 / sb700_hda.c
index edff6022dc415ec162ab789c8524a85690ef7bb2..12839a6a4b470a6a0e22e48dd1ee5b9baf56d5df 100644 (file)
@@ -225,7 +225,7 @@ static struct device_operations hda_audio_ops = {
        .ops_pci = &lops_pci,
 };
 
-static struct pci_driver hdaaudio_driver __pci_driver = {
+static const struct pci_driver hdaaudio_driver __pci_driver = {
        .ops = &hda_audio_ops,
        .vendor = PCI_VENDOR_ID_ATI,
        .device = PCI_DEVICE_ID_ATI_SB700_HDA,