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

@ -200,7 +200,7 @@ typedef struct _MPT_CONTEXT
bool bMptDrvUnload;
struct semaphore MPh2c_Sema;
_timer MPh2c_timeout_timer;
struct timer_list MPh2c_timeout_timer;
// Event used to sync H2c for BT control
bool MptH2cRspEvent;