aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/jump_label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 8ff4ca4665ff..8594d24e4adc 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -769,7 +769,7 @@ static __init int jump_label_test(void)
769 769
770 return 0; 770 return 0;
771} 771}
772late_initcall(jump_label_test); 772early_initcall(jump_label_test);
773#endif /* STATIC_KEYS_SELFTEST */ 773#endif /* STATIC_KEYS_SELFTEST */
774 774
775#endif /* HAVE_JUMP_LABEL */ 775#endif /* HAVE_JUMP_LABEL */