summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-06-01 15:57:00 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-06-01 15:57:00 -0700
commitf9751ef9958af460a4bbdc2f73dba8f6b232ed60 (patch)
tree2a19c115635a8c9e2bb8da6e0cb9828b97cc6548 /src
parent552a6ef12d4661234f3be5e8a47954b4b634560e (diff)
downloadandroid_hardware_broadcom_libbt-f9751ef9958af460a4bbdc2f73dba8f6b232ed60.tar.gz
android_hardware_broadcom_libbt-f9751ef9958af460a4bbdc2f73dba8f6b232ed60.tar.bz2
android_hardware_broadcom_libbt-f9751ef9958af460a4bbdc2f73dba8f6b232ed60.zip
Fix Fugu LPM compile error
Change-Id: I6eadb0b5db6b3424ea2a96dd87ff2fb27e04abc2
Diffstat (limited to 'src')
-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