summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>2010-03-28 18:02:16 +0300
committerEric S. Raymond <esr@thyrsus.com>2010-03-28 20:33:04 -0400
commit5b67d1cf33308baef2e3bcf3294b9c7179d800b3 (patch)
tree304ebd7a81e841d8af726362d109682244549100 /driver_tsip.c
parent81634abdf4c3ed17d683cd422979ef28f4b12603 (diff)
downloadgpsd-5b67d1cf33308baef2e3bcf3294b9c7179d800b3.tar.gz
Fix building with --disable-reconfigure
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 7c24e1ad..de8d5cd7 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -926,7 +926,6 @@ static ssize_t tsip_control_send(struct gps_device_t *session,
}
#endif /* ALLOW_CONTROLSEND */
-#ifdef ALLOW_RECONFIGURE
static void tsip_event_hook(struct gps_device_t *session, event_t event)
{
/* FIXME: Resending this might not be needed on reactivation */
@@ -1005,6 +1004,7 @@ static void tsip_event_hook(struct gps_device_t *session, event_t event)
}
}
+#ifdef ALLOW_RECONFIGURE
static bool tsip_speed_switch(struct gps_device_t *session,
speed_t speed,
char parity, int stopbits)