[NETFILTER]: nf_conntrack: fix sparse warning Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit f4b1df40b6a6978e862bffcaa8d36aecf1220978 tree 52fa9c7e72ecbc5d8263489f99aa83b45784257c parent 810b07fadc47c72a1372724d150abe96b15fc1ad author Patrick McHardy <kaber@xxxxxxxxx> Wed, 30 Jan 2008 21:03:18 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Wed, 30 Jan 2008 21:03:18 +0100 net/netfilter/nf_conntrack_standalone.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c index ea34090..e88e96a 100644 --- a/net/netfilter/nf_conntrack_standalone.c +++ b/net/netfilter/nf_conntrack_standalone.c @@ -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, }, { } }; - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html