Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2953d80f authored by Florian Westphal's avatar Florian Westphal Committed by Pablo Neira Ayuso
Browse files

netfilter: remove obsolete need_conntrack stub



as of a0ae2562 ("netfilter: conntrack: remove l3proto
abstraction") there are no users anymore.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 0935d558
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,7 +19,4 @@ struct ip_conntrack_stat {
	unsigned int search_restart;
};

/* call to create an explicit dependency on nf_conntrack. */
void need_conntrack(void);

#endif /* _NF_CONNTRACK_COMMON_H */
+0 −7
Original line number Diff line number Diff line
@@ -720,10 +720,3 @@ static void __exit nf_conntrack_standalone_fini(void)

module_init(nf_conntrack_standalone_init);
module_exit(nf_conntrack_standalone_fini);

/* Some modules need us, but don't depend directly on any symbol.
   They should call this. */
void need_conntrack(void)
{
}
EXPORT_SYMBOL_GPL(need_conntrack);