rtl8188eu: Replace typedef for _timer with struct timer_list

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 15:10:50 -05:00
parent 7b01fe6191
commit 9c56f20d4c
10 changed files with 22 additions and 33 deletions

View file

@ -53,7 +53,7 @@ The protection mechanism is through the pending queue.
u8 io_irp_cnt;
u8 bio_irp_pending;
struct semaphore io_retevt;
_timer io_timer;
struct timer_list io_timer;
u8 bio_irp_timeout;
u8 bio_timer_cancel;
};