* [PATCH BlueZ] bluetooth: remove unused member of hci_dev.
@ 2012-10-01 13:15 Rami Rosen
2012-10-01 14:52 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2012-10-01 13:15 UTC (permalink / raw)
To: linux-bluetooth; +Cc: marcel, gustavo, johan.hedberg, Rami Rosen
This patch removes core_data member from hci_dev struct as it is unused.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH BlueZ] bluetooth: remove unused member of hci_dev.
2012-10-01 13:15 [PATCH BlueZ] bluetooth: remove unused member of hci_dev Rami Rosen
@ 2012-10-01 14:52 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2012-10-01 14:52 UTC (permalink / raw)
To: Rami Rosen; +Cc: linux-bluetooth, gustavo, johan.hedberg
Hi Rami,
> This patch removes core_data member from hci_dev struct as it is unused.
I rather have an empty line between the commit message and the signed
off by line.
Other than that, good catch. I looked through the history and it seems
to be leftover from the BlueZ 1.0 days.
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
> include/net/bluetooth/hci_core.h | 2 --
> 1 file changed, 2 deletions(-)
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-01 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 13:15 [PATCH BlueZ] bluetooth: remove unused member of hci_dev Rami Rosen
2012-10-01 14:52 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).