Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d09e0ef authored by Mark Einon's avatar Mark Einon Committed by Greg Kroah-Hartman
Browse files

staging: rtl8821ae: Remove file #if 1



All code in this file is encapsulated in a useless #if 1
declaration, remove it.

Signed-off-by: default avatarMark Einon <mark@einon.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5169af23
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@
 *   include files
 *   include files
 **************************************************************/
 **************************************************************/
#include "halbt_precomp.h"
#include "halbt_precomp.h"
#if 1

/**************************************************************
/**************************************************************
 *   Global variables, these are static variables
 *   Global variables, these are static variables
 **************************************************************/
 **************************************************************/
@@ -4237,6 +4237,3 @@ void ex_halbtc8192e2ant_periodical(struct btc_coexist *btcoexist)
#endif
#endif
}
}

#endif