staging: r8188eu: remove GET_RF_TYPE macro
authorIvan Safonov <insafonov@gmail.com>
Sun, 18 Sep 2016 17:27:43 +0000 (00:27 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:33:49 +0000 (13:33 +0200)
This macro does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtl8188e_hal.h

index 418bdb9..5362218 100644 (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);