Staging: lustre: obdclass: llog_swab: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Mon, 5 Oct 2015 00:02:36 +0000 (05:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 09:21:08 +0000 (10:21 +0100)
commit38a70c9b62f4a71125701cbf488160a31356b965
tree1810e7e2ae748dee9e458440dd13b069938a9b47
parent0ce5fdb14b8ede01a59f378a2f7fcee877dab8ad
Staging: lustre: obdclass: llog_swab: Declare local functions as static

Declare functions lustre_swab_llog_id and lustre_swab_ll_fid 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/lustre/lustre_idl.h
drivers/staging/lustre/lustre/obdclass/llog_swab.c