summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Einon <mark@einon.net>2014-04-19 14:35:42 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-25 22:47:33 (GMT)
commit6d09e0efeff6606873f65677dcf098dd8ffb4a5f (patch)
treee87d10207b56e825a1844effa06e1e05d54ae3dd
parent5169af2309f42bb4cb0ebfefe6bf8bc888d4ce33 (diff)
downloadlinux-6d09e0efeff6606873f65677dcf098dd8ffb4a5f.tar.xz
staging: rtl8821ae: Remove file #if 1
All code in this file is encapsulated in a useless #if 1 declaration, remove it. Signed-off-by: Mark Einon <mark@einon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c b/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c
index 1159089..eadfa05 100644
--- a/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c
+++ b/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c
@@ -12,7 +12,7 @@
* include files
**************************************************************/
#include "halbt_precomp.h"
-#if 1
+
/**************************************************************
* Global variables, these are static variables
**************************************************************/
@@ -4237,6 +4237,3 @@ void ex_halbtc8192e2ant_periodical(struct btc_coexist *btcoexist)
#endif
}
-
-#endif
-