correct incomplete last change
This commit is contained in:
parent
87e31f4b90
commit
9f4998ac8d
@ -2168,7 +2168,7 @@ root_bus_module_handler(module_t mod, int what, void* arg)
|
||||
switch (what) {
|
||||
case MOD_LOAD:
|
||||
compile_methods(&root_driver);
|
||||
root_bus = make_device(NULL, "root", 0, NULL);
|
||||
root_bus = make_device(NULL, "root", 0);
|
||||
root_bus->desc = "System root bus";
|
||||
root_bus->ops = root_driver.ops;
|
||||
root_bus->driver = &root_driver;
|
||||
|
Loading…
Reference in New Issue
Block a user