aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-06-17 15:46:46 -0300
committerJaikumar Ganesh <jaikumar@google.com>2011-07-11 11:59:27 -0700
commit0ea110d6ef43b593f8a2785444a3556228485086 (patch)
tree281354a4560c4adc7be0c9e74d6ec8725e880677 /include/net/bluetooth
parent0e43af42876572976c15c1b732c8fdc593bbf93b (diff)
downloadkernel_samsung_espresso10-0ea110d6ef43b593f8a2785444a3556228485086.zip
kernel_samsung_espresso10-0ea110d6ef43b593f8a2785444a3556228485086.tar.gz
kernel_samsung_espresso10-0ea110d6ef43b593f8a2785444a3556228485086.tar.bz2
Bluetooth: Clean up unused struct hci_conn items
priv and lock are never used Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 9631dab..1944f9b 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -223,7 +223,6 @@ struct hci_conn {
struct list_head list;
atomic_t refcnt;
- spinlock_t lock;
bdaddr_t dst;
__u8 dst_type;
@@ -272,7 +271,6 @@ struct hci_conn {
struct hci_dev *hdev;
void *l2cap_data;
void *sco_data;
- void *priv;
struct hci_conn *link;