locking/static_keys: Fix non static symbol Sparse warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 Jun 2016 17:19:40 +0000 (17:19 +0000)
committerIngo Molnar <mingo@kernel.org>
Thu, 7 Jul 2016 07:06:46 +0000 (09:06 +0200)
commit885885f6b88d22f81e67ee6a61561e480b27d27a
tree7e120a33231cc861b870bbe4b5afab896efeb212
parent0dceeaf599e6d9b8bd908ba4bd3dfee84aa26be2
locking/static_keys: Fix non static symbol Sparse warning

Fix the following sparse warnings:

  kernel/jump_label.c:473:23: warning:
   symbol 'jump_label_module_nb' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1466183980-8903-1-git-send-email-weiyj_lk@163.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/jump_label.c