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

* Re: [PATCH] gnss: fix build broken
  2011-03-29  8:53 [PATCH] gnss: fix build broken Olivier Guiter
@ 2011-03-29 15:04 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-03-29 15:04 UTC (permalink / raw)
  To: ofono

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

Hi Olivier,

On 03/29/2011 03:53 AM, Olivier Guiter wrote:
> ---
>  drivers/atmodem/gnss.c |    1 -
>  plugins/phonesim.c     |    1 +
>  2 files changed, 1 insertions(+), 1 deletions(-)
> 

Thanks for that, guess I shouldn't do last minute pushes :)

I applied the patch but split it into two.

Regards,
-Denis

^ permalink raw reply	[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.