mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 02:34:10 -04:00
staging: r8188eu: remove GET_RF_TYPE macro
This macro does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
47f7bd29b9
commit
bc15ada3dc
@@ -353,7 +353,6 @@ struct hal_data_8188e {
|
||||
|
||||
#define GET_HAL_DATA(__pAdapter) \
|
||||
((struct hal_data_8188e *)((__pAdapter)->HalData))
|
||||
#define GET_RF_TYPE(priv) (GET_HAL_DATA(priv)->rf_type)
|
||||
|
||||
/* rtl8188e_hal_init.c */
|
||||
void _8051Reset88E(struct adapter *padapter);
|
||||
|
||||
Reference in New Issue
Block a user