From: Patrick McHardy Date: Wed, 5 Dec 2007 09:24:30 +0000 (-0800) Subject: [NETFILTER]: nf_queue: remove unused data pointer X-Git-Tag: v2.6.25-rc1~1162^2~1243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d8928f8340ab8e76f1da4799cb19a6ff58b83d;p=pandora-kernel.git [NETFILTER]: nf_queue: remove unused data pointer Remove the data pointer from struct nf_queue_handler. It has never been used and is useless for the only handler that really matters, nfnetlink_queue, since the handler is shared between all instances. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed