Commit 2171def5 authored by Larry Finger's avatar Larry Finger Committed by Kalle Valo
Browse files

rtlwifi: btcoexist: Remove CamelCase variable



File halbt_precomp.h contains the only CamelCase value, namely
GetDefaultAdapter, but that macro is never used, thus it is deleted.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent e703c5dd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
#include "halbtc8821a2ant.h"
#include "halbtc8821a1ant.h"

#define GetDefaultAdapter(padapter)	padapter

#define BIT0	0x00000001
#define BIT1	0x00000002
#define BIT2	0x00000004