This patch removes unused macro read_nexp_pair.

Signed-off-by: Ivan Safonov <insafo...@gmail.com>
---
Changes in v2:
  - added description to this patch.
Changes in v3:
  - Signed-off before cut-off.

drivers/staging/rtl8188eu/hal/bb_cfg.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c 
b/drivers/staging/rtl8188eu/hal/bb_cfg.c
index 9c7e626..fa461b4 100644
--- a/drivers/staging/rtl8188eu/hal/bb_cfg.c
+++ b/drivers/staging/rtl8188eu/hal/bb_cfg.c
@@ -22,14 +22,6 @@
 
 #include <phy.h>
 
-#define read_next_pair(array, v1, v2, i)               \
-        do {                                           \
-               i += 2;                                 \
-               v1 = array[i];                          \
-               v2 = array[i+1];                        \
-        } while (0)
-
-
 /* AGC_TAB_1T.TXT */
 
 static u32 array_agc_tab_1t_8188e[] = {
-- 
2.4.9

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to