diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-17 15:53:02 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-18 14:07:58 -0500 |
commit | 6d438e335ce83ff0528415a58632dc6508e4fde1 (patch) | |
tree | 79e191a1c9bd02dfde23c2c38b7c211e5a00e14e /include/net | |
parent | 32845eb1242e4c862de8d27c19ae9b3011f89291 (diff) |
Bluetooth: Remove work_add and work_del from hci_sysfs
As we run in process context now we don't need worqueue to add e del from
sysfs.
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 5d1bb51c43c3..72f84d6d4d3a 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -301,9 +301,6 @@ struct hci_conn { | |||
301 | struct timer_list idle_timer; | 301 | struct timer_list idle_timer; |
302 | struct timer_list auto_accept_timer; | 302 | struct timer_list auto_accept_timer; |
303 | 303 | ||
304 | struct work_struct work_add; | ||
305 | struct work_struct work_del; | ||
306 | |||
307 | struct device dev; | 304 | struct device dev; |
308 | atomic_t devref; | 305 | atomic_t devref; |
309 | 306 | ||