From: Mark Einon Date: Sat, 19 Apr 2014 14:35:42 +0000 (+0100) Subject: staging: rtl8821ae: Remove file #if 1 X-Git-Tag: v3.16-rc1~30^2~36^2~1265 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6d09e0efeff6606873f65677dcf098dd8ffb4a5f;p=~emulex%2Finfiniband.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c b/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c index 115908928ae..eadfa05a1f5 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 -