Skip to content

Commit

Permalink
staging:r8188eu: remove GEN_DRV_CMD_HANDLER macro
Browse files Browse the repository at this point in the history
This macro does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ivan Safonov authored and Greg Kroah-Hartman committed Oct 2, 2016
1 parent c1300df commit d88dd94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/rtl8188eu/include/rtw_mlme_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf);
u8 set_csa_hdl(struct adapter *padapter, unsigned char *pbuf);
u8 tdls_hdl(struct adapter *padapter, unsigned char *pbuf);

#define GEN_DRV_CMD_HANDLER(size, cmd) {size, &cmd ## _hdl},
#define GEN_MLME_EXT_HANDLER(size, cmd) {size, cmd},

#ifdef _RTW_CMD_C_
Expand Down

0 comments on commit d88dd94

Please sign in to comment.