staging: rtl8821ae: Remove file #if 1
authorMark Einon <mark@einon.net>
Sat, 19 Apr 2014 14:35:42 +0000 (15:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 22:47:33 +0000 (15:47 -0700)
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>
drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c

index 115908928ae4293c5cfd36bc5fbb7ac71accd2a7..eadfa05a1f5b21b4eb0f1cca0571b266373ea2c3 100644 (file)
@@ -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
-