]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/jump_label.c
timers: Fix get_next_timer_interrupt() computation
[karo-tx-linux.git] / kernel / jump_label.c
index 4b353e0be1215a081e2cf367d3a3074700e4a685..0dbea887d6258522e7c2c10692f24ced83b51b8c 100644 (file)
@@ -452,7 +452,7 @@ jump_label_module_notify(struct notifier_block *self, unsigned long val,
        return notifier_from_errno(ret);
 }
 
-struct notifier_block jump_label_module_nb = {
+static struct notifier_block jump_label_module_nb = {
        .notifier_call = jump_label_module_notify,
        .priority = 1, /* higher than tracepoints */
 };