aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/boot_module/bus.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-24 19:27:20 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-24 19:27:20 +0200
commit3d09b0bd2c35740b34b87c1400e0a3d93647a5d2 (patch)
tree3722c12441ef14e824fa192055cc86c785667ee6 /kernel/kapi/boot_module/bus.cpp
parent65ba51c7fdcf09dce6b1d690fe059e71d026d1a6 (diff)
downloadkernel-3d09b0bd2c35740b34b87c1400e0a3d93647a5d2.tar.xz
kernel-3d09b0bd2c35740b34b87c1400e0a3d93647a5d2.zip
kapi: extract real boot module registry singleton
Diffstat (limited to 'kernel/kapi/boot_module/bus.cpp')
-rw-r--r--kernel/kapi/boot_module/bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kapi/boot_module/bus.cpp b/kernel/kapi/boot_module/bus.cpp
index aab1403b..88f2cda3 100644
--- a/kernel/kapi/boot_module/bus.cpp
+++ b/kernel/kapi/boot_module/bus.cpp
@@ -53,7 +53,7 @@ namespace kapi::boot_modules
return kapi::devices::device::query_interface(interface);
}
- boot_module_bus::boot_module_bus(boot_module_registry const * registry)
+ boot_module_bus::boot_module_bus(registry const * registry)
: kapi::devices::bus{"boot_modules"}
, m_registry(registry)
{}