pci drivers should be const.
[coreboot.git] / src / southbridge / amd / sb600 / sb600_hda.c
index 3d24825c635907fef9b95c3300c3a51c0b48b6e2..b0d4dfa67939627e9ea789fef997aa32702be827 100644 (file)
@@ -325,7 +325,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_SB600_HDA,