rtl8188eu: Remove CONFIG_H2CLBK - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 22:09:49 -05:00
parent b94361b3e2
commit 0bf3328b82
3 changed files with 1 additions and 67 deletions

View file

@ -91,13 +91,6 @@ sint _rtw_init_evt_priv(struct evt_priv *pevtpriv)
_func_enter_;
#ifdef CONFIG_H2CLBK
_rtw_init_sema(&(pevtpriv->lbkevt_done), 0);
pevtpriv->lbkevt_limit = 0;
pevtpriv->lbkevt_num = 0;
pevtpriv->cmdevt_parm = NULL;
#endif
/* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */
ATOMIC_SET(&pevtpriv->event_seq, 0);
pevtpriv->evt_done_cnt = 0;