mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Bluetooth: hci_ath: Remove un-used variable
Compilation failed due to un-used variable when CONFIG_BT_HCIUART_ATH3K is set to true. Change-Id: Idf6f38f64704d979dd6d3443f4a0bd792e00553e Signed-off-by: Ram Mohan Korukonda <rkorukon@codeaurora.org>
This commit is contained in:
parent
bc2cc569c1
commit
61e6f4af43
1 changed files with 0 additions and 2 deletions
|
@ -274,8 +274,6 @@ static int ath_recv(struct hci_uart *hu, void *data, int count)
|
|||
|
||||
static void bluesleep_tx_timer_expire(unsigned long data)
|
||||
{
|
||||
unsigned long irq_flags;
|
||||
|
||||
if (!test_bit(BT_SLEEPENABLE, &flags))
|
||||
return;
|
||||
BT_DBG("Tx timer expired");
|
||||
|
|
Loading…
Reference in a new issue