mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5169af2309
commit
6d09e0efef
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user