Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / esb6300 / esb6300_ehci.c
index 58dcd9593c4ae70614c10edd9a7289f9ba5071e7..313504866e8151b6b7ee4f10186ca37bb75613c3 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_6300ESB_EHCI,