diff options
Diffstat (limited to 'src/device/root_device.c')
-rw-r--r-- | src/device/root_device.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/device/root_device.c b/src/device/root_device.c index 84d3ba6fc2..6801b41004 100644 --- a/src/device/root_device.c +++ b/src/device/root_device.c @@ -56,15 +56,6 @@ void enable_static_devices(struct device *bus) } } -void scan_lpc_bus(struct device *bus) -{ - printk(BIOS_SPEW, "%s for %s\n", __func__, dev_path(bus)); - - enable_static_devices(bus); - - printk(BIOS_SPEW, "%s for %s done\n", __func__, dev_path(bus)); -} - void scan_generic_bus(struct device *bus) { struct device *child; |