commit | 20f9ed1568c00bbd9e6af31341d25e06bc3d4a16 | [log] [tgz] |
---|---|---|
author | kbuild test robot <[email protected]> | Tue Aug 04 02:47:48 2015 +0800 |
committer | Ingo Molnar <[email protected]> | Wed Aug 05 09:53:40 2015 +0200 |
tree | 5868b1380526b2cbc8b0bb7070d83a9fd5815bc1 | |
parent | 412758cb26704e5087ca2976ec3b28fb2bdbfad4 [diff] [blame] |
locking/static_keys: Make verify_keys() static Signed-off-by: Fengguang Wu <[email protected]> Cc: Jason Baron <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra (Intel) <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/20150803184748.GA80634@lkp-ib04 Signed-off-by: Ingo Molnar <[email protected]>
diff --git a/lib/test_static_keys.c b/lib/test_static_keys.c index 81d8105..c61b299 100644 --- a/lib/test_static_keys.c +++ b/lib/test_static_keys.c
@@ -70,7 +70,7 @@ } } -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;