staging: rtl8723bs: remove obsolete GLBtcDbgType array declarations
authorFabio Aiuto <fabioaiuto83@gmail.com>
Fri, 30 Apr 2021 14:56:54 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:38 +0000 (11:19 +0200)
remove obsolete GLBtcDbgType declarations for it was intended
for private debug facilities.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/000825941048c41cc53a0cc675fae2b45b781aad.1619794331.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h
drivers/staging/rtl8723bs/hal/hal_btcoex.c

index f2793d5d9a3055aac80a1433f7ba1a403d526b7b..c5444f9656996417e9681d939798e2392e9f5fcc 100644 (file)
@@ -83,7 +83,6 @@ enum {
        BTC_MSG_ALGORITHM       = 0x1,
        BTC_MSG_MAX
 };
-extern u32             GLBtcDbgType[];
 
 /*  following is for BTC_MSG_INTERFACE */
 #define INTF_INIT      BIT0
index fd26187a976a40f073586cd66a981262066d95eb..da545c4eaac0baa64816a2b9ef30fa23f74795f8 100644 (file)
@@ -17,7 +17,6 @@ struct btc_coexist GLBtCoexist;
 static u8 GLBtcWiFiInScanState;
 static u8 GLBtcWiFiInIQKState;
 
-u32 GLBtcDbgType[BTC_MSG_MAX];
 static u8 GLBtcDbgBuf[BT_TMP_BUF_SIZE];
 
 struct btcdbginfo { /* _btcoexdbginfo */