Commit dfee1ebc authored by Rami Rosen's avatar Rami Rosen Committed by Gustavo Padovan

Bluetooth: remove unused member of hci_dev.

This patch removes core_data member from hci_dev struct as it is unused.
Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent bc8dce4f
......@@ -262,8 +262,6 @@ struct hci_dev {
struct sk_buff_head driver_init;
void *core_data;
atomic_t promisc;
struct dentry *debugfs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment