From: navin patidar Date: Thu, 10 Jul 2014 03:41:34 +0000 (+0530) Subject: staging: rtl8188eu: rtw_cmd.h: Remove unused macro and structure X-Git-Tag: v3.17-rc1~123^2~1086 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2f1def9979da0d4df9743ca78c63f62d7c6c4486;p=~emulex%2Finfiniband.git staging: rtl8188eu: rtw_cmd.h: Remove unused macro and structure Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu/include/rtw_cmd.h index 7a70f0276f4..049e112e021 100644 --- a/drivers/staging/rtl8188eu/include/rtw_cmd.h +++ b/drivers/staging/rtl8188eu/include/rtw_cmd.h @@ -74,15 +74,6 @@ do {\ pcmd->rspsz = 0;\ } while (0) -struct c2h_evt_hdr { - u8 id:4; - u8 plen:4; - u8 seq; - u8 payload[0]; -}; - -#define c2h_evt_exist(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) - u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv); void rtw_free_cmd_obj(struct cmd_obj *pcmd);