From: Shraddha Barke Date: Sun, 25 Oct 2015 00:19:42 +0000 (+0530) Subject: Staging: lustre: ptlrpc: Remove EXPORT_SYMBOL for sptlrpc_rule_set_expand X-Git-Tag: v4.4-rc1~125^2~217 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3e47e22203c9235d669d4918df97e54af2ec7b83;p=linux-2.6-block.git Staging: lustre: ptlrpc: Remove EXPORT_SYMBOL for sptlrpc_rule_set_expand Since sptlrpc_rule_set_expand is static, export symbol is not needed Signed-off-by: Shraddha Barke Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_config.c b/drivers/staging/lustre/lustre/ptlrpc/sec_config.c index fca9aa162e31..7ff948fe1424 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/sec_config.c +++ b/drivers/staging/lustre/lustre/ptlrpc/sec_config.c @@ -257,7 +257,6 @@ static int sptlrpc_rule_set_expand(struct sptlrpc_rule_set *rset) rset->srs_nslot = nslot; return 0; } -EXPORT_SYMBOL(sptlrpc_rule_set_expand); static inline int rule_spec_dir(struct sptlrpc_rule *rule) {