git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
967db07
)
Staging: lustre: Make obd_proc_version_seq_show static
author
Darshana Padmadas
<darshanapadmadas@gmail.com>
Sat, 28 Mar 2015 17:43:52 +0000
(23:13 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 1 Apr 2015 15:33:56 +0000
(17:33 +0200)
The function obd_proc_version_seq_show is only used in this
file, so make it static.
This eliminates the following sparse warning:
warning: symbol 'obd_proc_version_seq_show' was not declared. Should it be static?
Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found