Staging: lustre: obdclass: lprocfs_status: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 9 Oct 2015 17:10:07 +0000 (22:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Oct 2015 23:43:24 +0000 (16:43 -0700)
commit2e33ffb6d55ede834864861a4a47122e2aa2b6e2
treeafa3fc401410e561f5ae22cf7c41f7a9b80f7696
parent5913ef5eb950ff397363201d59f93210a6ccc16f
Staging: lustre: obdclass: lprocfs_status: Declare local functions as static

Declare lustre_attr_show and lustre_attr_store as static
since they are used only in this particular file. Also remove them from
corresponding header files.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lprocfs_status.h
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c