scan the static bus

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1791 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-11-24 21:09:08 +00:00
parent 58769b7d50
commit c906c2918a
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ struct device_operations w83c553_ops = {
.set_resources = pci_dev_set_resources,
.enable_resources = pci_dev_enable_resources,
.init = w83c553_init,
.scan_bus = 0,
.scan_bus = scan_static_bus,
};
struct pci_driver w83c553f_pci_driver __pci_driver = {