aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/iucv/af_iucv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h
index 0954ec959159..a1517887aeac 100644
--- a/include/net/iucv/af_iucv.h
+++ b/include/net/iucv/af_iucv.h
@@ -113,6 +113,7 @@ struct iucv_sock {
113 spinlock_t accept_q_lock; 113 spinlock_t accept_q_lock;
114 struct sock *parent; 114 struct sock *parent;
115 struct iucv_path *path; 115 struct iucv_path *path;
116 struct net_device *hs_dev;
116 struct sk_buff_head send_skb_q; 117 struct sk_buff_head send_skb_q;
117 struct sk_buff_head backlog_skb_q; 118 struct sk_buff_head backlog_skb_q;
118 struct sock_msg_q message_q; 119 struct sock_msg_q message_q;