mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e3479f774e
commit
338e471619
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user