diff options
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/rl5c476.c')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index 7a5813255a..f3f4f1c947 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -197,7 +197,7 @@ static struct device_operations ricoh_rl5c476_ops = { .scan_bus = cardbus_scan_bridge, }; -static struct pci_driver ricoh_rl5c476_driver __pci_driver = { +static const struct pci_driver ricoh_rl5c476_driver __pci_driver = { .ops = &ricoh_rl5c476_ops, .vendor = PCI_VENDOR_ID_RICOH, .device = PCI_DEVICE_ID_RICOH_RL5C476, |