From: Gustavo F. Padovan Date: Fri, 17 Jun 2011 18:46:46 +0000 (-0300) Subject: Bluetooth: Clean up unused struct hci_conn items X-Git-Tag: 2.1b_release~2448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24a3b36161b7b6fa74dde863238abb15356d71c7;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git Bluetooth: Clean up unused struct hci_conn items priv and lock are never used Signed-off-by: Gustavo F. Padovan --- 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;