]> Pileus Git - ~andy/linux/commitdiff
Bluetooth: remove unused member of hci_dev.
authorRami Rosen <ramirose@gmail.com>
Mon, 1 Oct 2012 17:37:31 +0000 (19:37 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 1 Oct 2012 16:09:22 +0000 (13:09 -0300)
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>
include/net/bluetooth/hci_core.h

index ea1f9340324ddfa72033b2cea14b9003b75f5422..90ae4f0a4fdca38a24c2ceb2616538fde24e969f 100644 (file)
@@ -262,8 +262,6 @@ struct hci_dev {
 
        struct sk_buff_head     driver_init;
 
-       void                    *core_data;
-
        atomic_t                promisc;
 
        struct dentry           *debugfs;