summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-12-03 09:10:04 +0000
committermjacob <mjacob@FreeBSD.org>1999-12-03 09:10:04 +0000
commit9f4998ac8dfa11267e563483509ccc072d02d356 (patch)
treeee79bc3bd455f996376c8bb6d31ad87c69bacaf7 /sys/kern
parent87e31f4b90cff07f3812e55d1980e47ac53a3904 (diff)
downloadFreeBSD-src-9f4998ac8dfa11267e563483509ccc072d02d356.zip
FreeBSD-src-9f4998ac8dfa11267e563483509ccc072d02d356.tar.gz
correct incomplete last change
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index b390b36..162c32b 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -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;
OpenPOWER on IntegriCloud