From: Adrian Bunk Date: Mon, 21 Apr 2008 09:29:32 +0000 (-0700) Subject: [IPV6]: Make struct ip6_prohibit_entry_template static. X-Git-Tag: v3.12-rc1~20970^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=280a34c87fe07cb15df19bd798b23740223350fb;p=kernel%2Fkernel-generic.git [IPV6]: Make struct ip6_prohibit_entry_template static. This patch makes the needlessly global struct ip6_prohibit_entry_template static. Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 210a079..1f42bc9 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -150,7 +150,7 @@ static struct rt6_info ip6_null_entry_template = { static int ip6_pkt_prohibit(struct sk_buff *skb); static int ip6_pkt_prohibit_out(struct sk_buff *skb); -struct rt6_info ip6_prohibit_entry_template = { +static struct rt6_info ip6_prohibit_entry_template = { .u = { .dst = { .__refcnt = ATOMIC_INIT(1),