summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i3100/i3100_ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i3100/i3100_ehci.c')
-rw-r--r--src/southbridge/intel/i3100/i3100_ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/i3100/i3100_ehci.c b/src/southbridge/intel/i3100/i3100_ehci.c
index 0c391c2647..195ea99cd1 100644
--- a/src/southbridge/intel/i3100/i3100_ehci.c
+++ b/src/southbridge/intel/i3100/i3100_ehci.c
@@ -55,13 +55,13 @@ 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_3100_EHCI,
};
-static struct pci_driver ehci_driver_ep80579 __pci_driver = {
+static const struct pci_driver ehci_driver_ep80579 __pci_driver = {
.ops = &ehci_ops,
.vendor = PCI_VENDOR_ID_INTEL,
.device = PCI_DEVICE_ID_INTEL_EP80579_EHCI,