]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: lustre: obdclass: genops: Declare as static
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 2 Oct 2015 17:49:13 +0000 (23:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 07:46:19 +0000 (08:46 +0100)
commitcbe327246da118513004f9022e1061d11a8f320b
tree76600367c90d8f6d87d22ee4ffa0991d12e8ec50
parentd63414eb9833ddae771102aa792178ea04624c34
Staging: lustre: obdclass: genops: Declare as static

Declare class_get_type and class_search_type as static since they
are used only in this particular file. Also remove the declaration
from header files.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd_class.h
drivers/staging/lustre/lustre/obdclass/genops.c