Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / i82801er / i82801er_ehci.c
index c7a291233f54241ee50d4694a18270e07f53869a..47b18de505df6ac2be660e68b718ab1f854c9583 100644 (file)
@@ -43,7 +43,7 @@ static struct device_operations ehci_ops  = {
        .ops_pci          = &lops_pci,
 };
 
-static struct pci_driver ehci_driver __pci_driver = {
+static const struct pci_driver ehci_driver __pci_driver = {
        .ops    = &ehci_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
        .device = PCI_DEVICE_ID_INTEL_82801ER_EHCI,