]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/connector.h
SUNRPC: Unexport rpc_init_task() and rpc_execute()
[linux-2.6-omap-h63xx.git] / include / linux / connector.h
index 7e18311d655ef4b56060b33f362a385c09738ffc..da6dd957f9089ab1523f2d150c7a7696884d6964 100644 (file)
@@ -132,15 +132,13 @@ struct cn_callback_data {
 
 struct cn_callback_entry {
        struct list_head callback_entry;
-       struct cn_callback *cb;
        struct work_struct work;
        struct cn_queue_dev *pdev;
 
        struct cn_callback_id id;
        struct cn_callback_data data;
 
-       int seq, group;
-       struct sock *nls;
+       u32 seq, group;
 };
 
 struct cn_ctl_entry {