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 70d74f5fab..0c8916b742 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -203,7 +203,7 @@ static struct device_operations ricoh_rl5c476_ops = { .set_resources = rl5c476_set_resources, .enable_resources = cardbus_enable_resources, .init = rl5c476_init, - .scan_bus = cardbus_scan_bridge, + .scan_bus = pci_scan_bridge, }; static const struct pci_driver ricoh_rl5c476_driver __pci_driver = { |