aboutsummaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/common/generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/common/generic.c b/src/superio/common/generic.c
index 96307a3988..76122a1ae8 100644
--- a/src/superio/common/generic.c
+++ b/src/superio/common/generic.c
@@ -187,7 +187,7 @@ static void enable_dev(struct device *dev)
* Need to call enable_dev() on the devices "behind" the Generic Super I/O.
* coreboot's generic allocator doesn't expect them behind PnP devices.
*/
- scan_static_bus(dev);
+ enable_static_devices(dev);
}
struct chip_operations superio_common_ops = {