Browse Source

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>
Rami Rosen 12 years ago
parent
commit
dfee1ebc0e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/net/bluetooth/hci_core.h

+ 0 - 2
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;