[NETFILTER]: nf_queue: remove unused data pointer
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 09:24:30 +0000 (01:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:10 +0000 (14:56 -0800)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found