diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-24 00:55:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-24 00:55:57 +0200 |
| commit | 7d241968ff4feb83bc23636df3a7ddb80f4bb4a9 (patch) | |
| tree | 82ebfa2184ffa00b4bccb1a6ba77cf82a54ee251 /kernel/kapi/devices.cpp | |
| parent | b334a8494bef50c5b90adc1f101464fc8c4c971a (diff) | |
| download | kernel-7d241968ff4feb83bc23636df3a7ddb80f4bb4a9.tar.xz kernel-7d241968ff4feb83bc23636df3a7ddb80f4bb4a9.zip | |
kapi/device: remove init()
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> |
