aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/lwtunnel.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2015-07-29 09:45:40 +0200
committerDavid S. Miller <davem@davemloft.net>2015-07-29 22:59:39 -0700
commit92a99bf3bae7c1267db87bb3e3babda2c6dcc8a7 (patch)
tree3e756b57364e7aaeea43f7c72ef73e665687c50f /net/core/lwtunnel.c
parentgianfar: Fix warnings when built on 64-bit (diff)
downloadlinux-dev-92a99bf3bae7c1267db87bb3e3babda2c6dcc8a7.tar.xz
linux-dev-92a99bf3bae7c1267db87bb3e3babda2c6dcc8a7.zip
lwtunnel: Make lwtun_encaps[] static
Any external user should use the registration API instead of accessing this directly. Cc: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: Thomas Graf <tgraf@suug.ch> Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/lwtunnel.c')
-rw-r--r--net/core/lwtunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/lwtunnel.c b/net/core/lwtunnel.c
index 5f7fae70ef68..c240c895b319 100644
--- a/net/core/lwtunnel.c
+++ b/net/core/lwtunnel.c
@@ -37,7 +37,7 @@ struct lwtunnel_state *lwtunnel_state_alloc(int encap_len)
}
EXPORT_SYMBOL(lwtunnel_state_alloc);
-const struct lwtunnel_encap_ops __rcu *
+static const struct lwtunnel_encap_ops __rcu *
lwtun_encaps[LWTUNNEL_ENCAP_MAX + 1] __read_mostly;
int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops,