Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Remove unused fields in btd_driver_data struct
@ 2011-03-22 20:56 Claudio Takahasi
  2011-03-22 21:10 ` Johan Hedberg
  0 siblings, 1 reply; 5+ messages in thread
From: Claudio Takahasi @ 2011-03-22 20:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 src/device.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/device.c b/src/device.c
index e9d9e65..5121064 100644
--- a/src/device.c
+++ b/src/device.c
@@ -68,9 +68,7 @@
 #define GLOBAL_TRUST "[all]"
 
 struct btd_driver_data {
-	guint id;
 	struct btd_device_driver *driver;
-	void *priv;
 };
 
 struct btd_disconnect_data {
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-23 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 20:56 [PATCH] Remove unused fields in btd_driver_data struct Claudio Takahasi
2011-03-22 21:10 ` Johan Hedberg
2011-03-22 21:36   ` Claudio Takahasi
2011-03-23 12:20     ` [PATCH 1/2] Remove unnecessary " Claudio Takahasi
2011-03-23 13:24       ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox