summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-12-17 21:53:02 +0100
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-18 20:07:58 +0100
commit6d438e335ce83ff0528415a58632dc6508e4fde1 (patch)
tree79e191a1c9bd02dfde23c2c38b7c211e5a00e14e /include/net/bluetooth
parentBluetooth: Use new alloc_workqueue() (diff)
downloadlinux-6d438e335ce83ff0528415a58632dc6508e4fde1.tar.xz
linux-6d438e335ce83ff0528415a58632dc6508e4fde1.zip
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/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h3
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 {
struct timer_list idle_timer;
struct timer_list auto_accept_timer;
- struct work_struct work_add;
- struct work_struct work_del;
-
struct device dev;
atomic_t devref;