From: Martin Josefsson Date: Wed, 29 Nov 2006 01:35:11 +0000 (+0100) Subject: [NETFILTER]: nf_conntrack: remove unused struct list_head from protocols X-Git-Tag: v2.6.20-rc1~34^2~40^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824621eddd2087b0e6f0b2e0da91e8d77e4919bf;p=pandora-kernel.git [NETFILTER]: nf_conntrack: remove unused struct list_head from protocols Remove unused struct list_head from struct nf_conntrack_l3proto and nf_conntrack_l4proto as all protocols are kept in arrays, not linked lists. Signed-off-by: Martin Josefsson Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed