summaryrefslogtreecommitdiffstats
path: root/patches/gpsd-2.39
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-12 06:52:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-12 06:52:41 +0000
commit4bdbd8ebc844f8e24cc2fe8d4c5c02099d7aa99a (patch)
treec86c0f33ad373f445387e6455a424a06bd41d21e /patches/gpsd-2.39
parent205b6bc8d02ce9b6999a7e0092e1036ada81fa8c (diff)
downloadptxdist-4bdbd8ebc844f8e24cc2fe8d4c5c02099d7aa99a.tar.gz
ptxdist-4bdbd8ebc844f8e24cc2fe8d4c5c02099d7aa99a.tar.xz
* gpsd patches: cleanup
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10446 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/gpsd-2.39')
-rw-r--r--patches/gpsd-2.39/generic/fix-core-compiling-with-nmea-disabled.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/patches/gpsd-2.39/generic/fix-core-compiling-with-nmea-disabled.patch b/patches/gpsd-2.39/generic/fix-core-compiling-with-nmea-disabled.patch
index e0907f58f..087bdbe92 100644
--- a/patches/gpsd-2.39/generic/fix-core-compiling-with-nmea-disabled.patch
+++ b/patches/gpsd-2.39/generic/fix-core-compiling-with-nmea-disabled.patch
@@ -1,11 +1,10 @@
From: Luotao Fu <l.fu@pengutronix.de>
-Date: Mon, 6 Apr 2009 15:35:34 +0200
Subject: [PATCH] fix core compiling with nmea disabled
struct nmea is only defined in the driver union if NMEA_ENABLED is set.
-libpgsd_core however acquires if the ignore_trailing_edge in nmea is set or not
-carelessly if NMEA_ENABLED is set. Add an additional ifdef of NMEA_ENABLE to fix
-this.
+libpgsd_core however acquires if the ignore_trailing_edge in nmea is set
+or not carelessly if NMEA_ENABLED is set. Add an additional ifdef of
+NMEA_ENABLE to fix this.
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
---