All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gnss: fix build broken
@ 2011-03-29  8:53 Olivier Guiter
  2011-03-29 15:04 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Guiter @ 2011-03-29  8:53 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

---
 drivers/atmodem/gnss.c |    1 -
 plugins/phonesim.c     |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atmodem/gnss.c b/drivers/atmodem/gnss.c
index 4954bb8..e102815 100644
--- a/drivers/atmodem/gnss.c
+++ b/drivers/atmodem/gnss.c
@@ -153,7 +153,6 @@ static gboolean gnss_parse_report(GAtResult *result, const char *prefix,
 
 static void gnss_report(GAtResult *result, gpointer user_data)
 {
-	struct ofono_gnss *gnss = user_data;
 	const char *xml;
 
 	DBG("");
diff --git a/plugins/phonesim.c b/plugins/phonesim.c
index 6bb5977..1a6703d 100644
--- a/plugins/phonesim.c
+++ b/plugins/phonesim.c
@@ -58,6 +58,7 @@
 #include <ofono/voicecall.h>
 #include <ofono/gprs.h>
 #include <ofono/gprs-context.h>
+#include <ofono/gnss.h>
 
 #include <drivers/atmodem/vendor.h>
 #include <drivers/atmodem/sim-poll.h>
-- 
1.7.1


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

end of thread, other threads:[~2011-03-29 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29  8:53 [PATCH] gnss: fix build broken Olivier Guiter
2011-03-29 15:04 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.