From f9751ef9958af460a4bbdc2f73dba8f6b232ed60 Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Mon, 1 Jun 2015 15:57:00 -0700 Subject: Fix Fugu LPM compile error Change-Id: I6eadb0b5db6b3424ea2a96dd87ff2fb27e04abc2 --- src/upio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3