rtl8188eu: Convert typedef for _workitem to struct work_struct

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-25 11:02:03 -05:00
parent ee237545ff
commit d8af6fff83
5 changed files with 8 additions and 15 deletions

View file

@ -185,7 +185,7 @@ struct pwrctrl_priv
u8 bcn_ant_mode;
u32 alives;
_workitem cpwm_event;
struct work_struct cpwm_event;
u8 bpower_saving;
u8 b_hw_radio_off;