2012-10-01 17:37:31

by Rami Rosen

[permalink] [raw]
Subject: [PATCH v2] 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 <[email protected]>
---
include/net/bluetooth/hci_core.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index ea1f934..90ae4f0 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;
--
1.7.11.4


2012-10-01 16:10:11

by Gustavo Padovan

[permalink] [raw]
Subject: Re: [PATCH v2] Bluetooth: remove unused member of hci_dev.

Hi Rami,

* Rami Rosen <[email protected]> [2012-10-01 19:37:31 +0200]:

> This patch removes core_data member from hci_dev struct as it is unused.
>
> Signed-off-by: Rami Rosen <[email protected]>
> ---
> include/net/bluetooth/hci_core.h | 2 --
> 1 file changed, 2 deletions(-)

Patch has been applied to bluetooth-next, thanks.

Gustavo

2012-10-01 15:53:26

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH v2] Bluetooth: remove unused member of hci_dev.

Hi Rami,

> This patch removes core_data member from hci_dev struct as it is unused.
>
> Signed-off-by: Rami Rosen <[email protected]>
> ---
> include/net/bluetooth/hci_core.h | 2 --
> 1 file changed, 2 deletions(-)

Acked-by: Marcel Holtmann <[email protected]>

Regards

Marcel