[PATCH 10/11] staging: r8188eu: remove GET_RF_TYPE macro

From: Ivan Safonov
Date: Sun Sep 18 2016 - 13:26:21 EST


This macro does not used.

Signed-off-by: Ivan Safonov <insafonov@xxxxxxxxx>
---
drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
index 418bdb9..5362218 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
@@ -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);
--
2.7.3