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:
Ivan Safonov 2016-09-19 00:27:43 +07:00 committed by Greg Kroah-Hartman
parent 47f7bd29b9
commit bc15ada3dc

View file

@ -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);