]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[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 ea34090f10cbc56a2f0f4599d336fa1fb398e26e..e88e96af613d68938fe989034299be0f2c9fee5f 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, },
        { }
 };