staging: lustre: make functions only used locally static
authorKolbeinn Karlsson <kk752@cornell.edu>
Sun, 19 Jul 2015 20:23:19 +0000 (16:23 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 03:49:38 +0000 (20:49 -0700)
commit9a2477c2cabddf6fa52eda49502017191b34acb6
tree23343b3cbf354cda095a771247d8cda6fb9cec41
parente5c2f7b56e9e37e3b54910164ce73b11f207f19d
staging: lustre: make functions only used locally static

Add a static modifier to two functions that have no
separate declaration and are only used within the file they are
defined in. This problem was reported by sparse.

Signed-off-by: Kolbeinn Karlsson <kk752@cornell.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/events.c