summaryrefslogtreecommitdiff
path: root/src/southbridge/broadcom/bcm5780/bcm5780_pcix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/broadcom/bcm5780/bcm5780_pcix.c')
-rw-r--r--src/southbridge/broadcom/bcm5780/bcm5780_pcix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/broadcom/bcm5780/bcm5780_pcix.c b/src/southbridge/broadcom/bcm5780/bcm5780_pcix.c
index d8f1c246ce..f83e54b682 100644
--- a/src/southbridge/broadcom/bcm5780/bcm5780_pcix.c
+++ b/src/southbridge/broadcom/bcm5780/bcm5780_pcix.c
@@ -29,7 +29,7 @@ static struct device_operations ht_ops = {
};
-static struct pci_driver ht_driver __pci_driver = {
+static const struct pci_driver ht_driver __pci_driver = {
.ops = &ht_ops,
.vendor = PCI_VENDOR_ID_SERVERWORKS,
.device = PCI_DEVICE_ID_SERVERWORKS_BCM5780_PXB,