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 <ramirose@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
This commit is contained in:
Rami Rosen 2012-10-01 19:37:31 +02:00 committed by Gustavo Padovan
parent bc8dce4f7b
commit dfee1ebc0e

View File

@ -262,8 +262,6 @@ struct hci_dev {
struct sk_buff_head driver_init;
void *core_data;
atomic_t promisc;
struct dentry *debugfs;