aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/connector.h')
-rw-r--r--include/linux/connector.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h
index 7e18311d655e..da6dd957f908 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -132,15 +132,13 @@ struct cn_callback_data {
132 132
133struct cn_callback_entry { 133struct cn_callback_entry {
134 struct list_head callback_entry; 134 struct list_head callback_entry;
135 struct cn_callback *cb;
136 struct work_struct work; 135 struct work_struct work;
137 struct cn_queue_dev *pdev; 136 struct cn_queue_dev *pdev;
138 137
139 struct cn_callback_id id; 138 struct cn_callback_id id;
140 struct cn_callback_data data; 139 struct cn_callback_data data;
141 140
142 int seq, group; 141 u32 seq, group;
143 struct sock *nls;
144}; 142};
145 143
146struct cn_ctl_entry { 144struct cn_ctl_entry {