diff options
| author | Andre Eisenbach <eisenbach@google.com> | 2015-06-01 15:57:00 -0700 |
|---|---|---|
| committer | Andre Eisenbach <eisenbach@google.com> | 2015-06-01 15:57:00 -0700 |
| commit | f9751ef9958af460a4bbdc2f73dba8f6b232ed60 (patch) | |
| tree | 2a19c115635a8c9e2bb8da6e0cb9828b97cc6548 | |
| parent | 552a6ef12d4661234f3be5e8a47954b4b634560e (diff) | |
| download | android_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
| -rw-r--r-- | src/upio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
