From: Patrick McHardy Date: Wed, 14 Mar 2007 23:38:25 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration X-Git-Tag: v2.6.22-rc1~1128^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5357ebac43e191003c2cd0722377dccfa01a84;p=pandora-kernel.git [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration Remove ugly special-casing of nf_conntrack_l4proto_generic, all it wants is its sysctl tables registered, so do that explicitly in an init function and move the remaining protocol initialization and cleanup code to nf_conntrack_proto.c as well. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed