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:
Ram Mohan Korukonda 2012-08-06 11:37:03 +05:30 committed by Stephen Boyd
parent bc2cc569c1
commit 61e6f4af43
1 changed files with 0 additions and 2 deletions

View File

@ -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");