]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: lustre: obdclass: lu_object: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 9 Oct 2015 17:10:06 +0000 (22:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Oct 2015 23:43:24 +0000 (16:43 -0700)
commit5913ef5eb950ff397363201d59f93210a6ccc16f
tree6296b77748ce249eadd02086ed66983894d1ddcf
parent848333219c3370a9f6473b50debefbfa467f7b23
Staging: lustre: obdclass: lu_object: Declare local functions as static

Declare lu_dev_add_linkage and lu_object_find as static since they are
used only in this particular file. Also remove the corresponding
declarations from header file.

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