]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Staging: rtl8723au: hal: Remove unused macros
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 15 Feb 2016 08:47:11 +0000 (14:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:03:59 +0000 (15:03 -0800)
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>
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c

index 33eabf4f2ad3475c5bdb8f3b805ee69ba658f8c2..1688f66320853d0bda95d29c24510f0aef6acf1d 100644 (file)
@@ -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) \