summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_autoconf.c')
-rw-r--r--sys/kern/subr_autoconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c
index 8f8a72f..ef70f04 100644
--- a/sys/kern/subr_autoconf.c
+++ b/sys/kern/subr_autoconf.c
@@ -79,7 +79,7 @@ run_interrupt_driven_config_hooks(dummy)
mtx_unlock(&intr_config_hook_lock);
}
SYSINIT(intr_config_hooks, SI_SUB_INT_CONFIG_HOOKS, SI_ORDER_FIRST,
- run_interrupt_driven_config_hooks, NULL)
+ run_interrupt_driven_config_hooks, NULL);
/*
* Register a hook that will be called after "cold"
OpenPOWER on IntegriCloud