From: Bhumika Goyal Date: Mon, 15 Feb 2016 08:47:11 +0000 (+0530) Subject: Staging: rtl8723au: hal: Remove unused macros X-Git-Tag: v4.6-rc1~103^2~666 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=338e47161951351b78ea320e05c3c199578925da;p=linux.git Staging: rtl8723au: hal: Remove unused macros The macros PlatformProcessHCICommands and PlatformTxBTQueuedPackets are not used anywhere in the kernel so remove them. Signed-off-by: Bhumika Goyal Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c b/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c index 33eabf4f2ad3..1688f6632085 100644 --- a/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c +++ b/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c @@ -77,8 +77,6 @@ if ((BTCoexDbgLevel == _bt_dbg_on_)) {\ #define PlatformZeroMemory(ptr, sz) memset(ptr, 0, sz) -#define PlatformProcessHCICommands(...) -#define PlatformTxBTQueuedPackets(...) #define PlatformIndicateBTACLData(...) (RT_STATUS_SUCCESS) #define GET_UNDECORATED_AVERAGE_RSSI(padapter) \