From: Rami Rosen Date: Mon, 1 Oct 2012 17:37:31 +0000 (+0200) Subject: Bluetooth: remove unused member of hci_dev. X-Git-Tag: next-20121002~56^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dfee1ebc0e363ff1dc233c4a5246bf3e7f5c5ca6;p=karo-tx-linux.git Bluetooth: remove unused member of hci_dev. This patch removes core_data member from hci_dev struct as it is unused. Signed-off-by: Rami Rosen Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index ea1f9340324d..90ae4f0a4fdc 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -262,8 +262,6 @@ struct hci_dev { struct sk_buff_head driver_init; - void *core_data; - atomic_t promisc; struct dentry *debugfs;