device: Rename scan_static_bus() -> enable_static_devices()
The new name should reflect better what this function does, as that is only one specific step of the scanning. Change-Id: I9c9dc437b6117112bb28550855a2c38044dfbfa5 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31900 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
64c14b5dcf
commit
f7ed3d4df8
5 changed files with 9 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue