diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/connector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h index 545728e20b63..3a14615fd35c 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h | |||
@@ -132,9 +132,6 @@ struct cn_callback_id { | |||
132 | }; | 132 | }; |
133 | 133 | ||
134 | struct cn_callback_data { | 134 | struct cn_callback_data { |
135 | void (*destruct_data) (void *); | ||
136 | void *ddata; | ||
137 | |||
138 | struct sk_buff *skb; | 135 | struct sk_buff *skb; |
139 | void (*callback) (struct cn_msg *, struct netlink_skb_parms *); | 136 | void (*callback) (struct cn_msg *, struct netlink_skb_parms *); |
140 | 137 | ||