connector: Removed the destruct_data callback since it is always kfree_skb()

(cherry picked from commit f4b5129f5e838942f759c2637967441cf4a98c20)

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Acked-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Philipp Reisner
2009-10-13 11:28:14 +02:00
committed by Greg Kroah-Hartman
parent a577badd70
commit dfd930656c
3 changed files with 5 additions and 13 deletions

View File

@@ -132,9 +132,6 @@ struct cn_callback_id {
};
struct cn_callback_data {
void (*destruct_data) (void *);
void *ddata;
struct sk_buff *skb;
void (*callback) (struct cn_msg *, struct netlink_skb_parms *);