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>
This commit is contained in:
kbuild test robot 2015-08-04 02:47:48 +08:00 committed by Ingo Molnar
parent 412758cb26
commit 20f9ed1568
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static void invert_keys(struct test_key *keys, int size)
}
}
int verify_keys(struct test_key *keys, int size, bool invert)
static int verify_keys(struct test_key *keys, int size, bool invert)
{
int i;
bool ret, init;