From c906c2918ab14bef349031773b2774b7f2fb5ca0 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 24 Nov 2004 21:09:08 +0000 Subject: [PATCH] scan the static bus git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1791 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/winbond/w83c553/w83c553f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/southbridge/winbond/w83c553/w83c553f.c b/src/southbridge/winbond/w83c553/w83c553f.c index bd0b569b54..3c41ed35e0 100644 --- a/src/southbridge/winbond/w83c553/w83c553f.c +++ b/src/southbridge/winbond/w83c553/w83c553f.c @@ -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 = {