Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

locking/static_keys: Make verify_keys() static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20150803184748.GA80634@lkp-ib04
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

kbuild test robot and committed by
Ingo Molnar
20f9ed15 412758cb

+1 -1
+1 -1
lib/test_static_keys.c
··· 70 70 } 71 71 } 72 72 73 - int verify_keys(struct test_key *keys, int size, bool invert) 73 + static int verify_keys(struct test_key *keys, int size, bool invert) 74 74 { 75 75 int i; 76 76 bool ret, init;