diff options
Diffstat (limited to 'kern/init.h')
-rw-r--r-- | kern/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/init.h b/kern/init.h index 8f1cacf8..7c3522e8 100644 --- a/kern/init.h +++ b/kern/init.h @@ -90,7 +90,7 @@ typedef int (*init_op_fn_t)(void); __VA_ARGS__ \ }; \ \ - struct init_op INIT_OP(_fn) __initop = { \ + struct init_op INIT_OP(_fn) __initop __used = { \ .name = QUOTE(_fn), \ .fn = _fn, \ .deps = INIT_OP_DEPS(_fn), \ |