aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 01f9316b4c23..1224bba24bdd 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -180,7 +180,8 @@ struct hci_conn {
180 struct timer_list disc_timer; 180 struct timer_list disc_timer;
181 struct timer_list idle_timer; 181 struct timer_list idle_timer;
182 182
183 struct work_struct work; 183 struct work_struct work_add;
184 struct work_struct work_del;
184 185
185 struct device dev; 186 struct device dev;
186 187