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: v3.1-rc1~24^2~10^2^2~187^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c1fbdb767f7487983b369a0b07ddc82b29f709;p=platform%2Fkernel%2Flinux-exynos.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 26233d4..90d81f9 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;