]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: lustre: obdclass: genops: Declare as static
authorShraddha Barke <shraddha.6596@gmail.com>
Sun, 4 Oct 2015 07:30:14 +0000 (13:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:59:35 +0000 (09:59 +0100)
commit63e9a7485d7a7d7a216f32f9db0b4cc444decab4
tree60af656cf3572fb104dd59ea1bdda59981ee8c9d
parent12d0be620fb1cb57ed15c9e167bfab42156594fc
Staging: lustre: obdclass: genops: Declare as static

Declare obd_export_nid2str and obd_zombie_impexp_cull 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/obd_class.h
drivers/staging/lustre/lustre/obdclass/genops.c