summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/upio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upio.c b/src/upio.c
index 436b7e4..4ffef9a 100644
--- a/src/upio.c
+++ b/src/upio.c
@@ -198,7 +198,6 @@ static void proc_btwrite_timeout(union sigval arg)
/* drive LPM down; this timer should fire only when BT is awake; */
upio_set(UPIO_BT_WAKE, UPIO_DEASSERT, 1);
}
-#endif
/******************************************************************************
**
@@ -231,6 +230,7 @@ void upio_start_stop_timer(int action) {
UPIODBG("%s : timer_settime failed", __FUNCTION__);
}
}
+#endif
/*****************************************************************************
** UPIO Interface Functions