diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-02-15 14:17:11 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-20 15:03:59 -0800 |
commit | 338e47161951351b78ea320e05c3c199578925da (patch) | |
tree | abf364bcc9d6e284b12ff15cdda66a374d0ed47a | |
parent | e3479f774e10b1fe9cd1d8aa730c5332812c4ba0 (diff) |
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 <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) \ |