diff options
Diffstat (limited to 'kernel/kapi/devices.cpp')
| -rw-r--r-- | kernel/kapi/devices.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kapi/devices.cpp b/kernel/kapi/devices.cpp index 5eed1b87..267bfb4d 100644 --- a/kernel/kapi/devices.cpp +++ b/kernel/kapi/devices.cpp @@ -35,7 +35,6 @@ namespace kapi::devices root_bus = kstd::make_shared<kernel::devices::root_bus>(); register_device(root_bus); - root_bus->init(); } auto get_root_bus() -> kstd::shared_ptr<bus> |
