[NETFILTER]: nf_conntrack: fix sparse warning
authorPatrick McHardy <kaber@trash.net>
Thu, 31 Jan 2008 12:54:45 +0000 (04:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:15 +0000 (19:28 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_standalone.c

index ea34090..e88e96a 100644 (file)
@@ -384,7 +384,7 @@ static ctl_table nf_ct_netfilter_table[] = {
        { .ctl_name = 0 }
 };
 
-struct ctl_path nf_ct_path[] = {
+static struct ctl_path nf_ct_path[] = {
        { .procname = "net", .ctl_name = CTL_NET, },
        { }
 };