diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/nfc/hci.h | 2 | ||||
-rw-r--r-- | include/net/nfc/nfc.h | 1 | ||||
-rw-r--r-- | include/net/nfc/shdlc.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index f5169b04f082..6f065d563ec1 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h | |||
@@ -74,7 +74,6 @@ struct nfc_hci_dev { | |||
74 | 74 | ||
75 | struct list_head msg_tx_queue; | 75 | struct list_head msg_tx_queue; |
76 | 76 | ||
77 | struct workqueue_struct *msg_tx_wq; | ||
78 | struct work_struct msg_tx_work; | 77 | struct work_struct msg_tx_work; |
79 | 78 | ||
80 | struct timer_list cmd_timer; | 79 | struct timer_list cmd_timer; |
@@ -82,7 +81,6 @@ struct nfc_hci_dev { | |||
82 | 81 | ||
83 | struct sk_buff_head rx_hcp_frags; | 82 | struct sk_buff_head rx_hcp_frags; |
84 | 83 | ||
85 | struct workqueue_struct *msg_rx_wq; | ||
86 | struct work_struct msg_rx_work; | 84 | struct work_struct msg_rx_work; |
87 | 85 | ||
88 | struct sk_buff_head msg_rx_queue; | 86 | struct sk_buff_head msg_rx_queue; |
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index 7b9f71fa0ea7..bfbac732d8c6 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -113,7 +113,6 @@ struct nfc_dev { | |||
113 | int tx_tailroom; | 113 | int tx_tailroom; |
114 | 114 | ||
115 | struct timer_list check_pres_timer; | 115 | struct timer_list check_pres_timer; |
116 | struct workqueue_struct *check_pres_wq; | ||
117 | struct work_struct check_pres_work; | 116 | struct work_struct check_pres_work; |
118 | 117 | ||
119 | struct nfc_ops *ops; | 118 | struct nfc_ops *ops; |
diff --git a/include/net/nfc/shdlc.h b/include/net/nfc/shdlc.h index 35e930d2f638..342427362989 100644 --- a/include/net/nfc/shdlc.h +++ b/include/net/nfc/shdlc.h | |||
@@ -79,7 +79,6 @@ struct nfc_shdlc { | |||
79 | 79 | ||
80 | struct sk_buff_head ack_pending_q; | 80 | struct sk_buff_head ack_pending_q; |
81 | 81 | ||
82 | struct workqueue_struct *sm_wq; | ||
83 | struct work_struct sm_work; | 82 | struct work_struct sm_work; |
84 | 83 | ||
85 | struct nfc_shdlc_ops *ops; | 84 | struct nfc_shdlc_ops *ops; |