mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove wrapper around spin_lock_init
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
471d5a14a8
commit
dc4dbd3a7c
11 changed files with 18 additions and 24 deletions
|
@ -575,7 +575,6 @@ void _rtw_up_sema(_sema *sema);
|
|||
u32 _rtw_down_sema(_sema *sema);
|
||||
void _rtw_mutex_init(_mutex *pmutex);
|
||||
void _rtw_mutex_free(_mutex *pmutex);
|
||||
void _rtw_spinlock_init(_lock *plock);
|
||||
void _rtw_spinlock_free(_lock *plock);
|
||||
|
||||
void _rtw_init_queue(_queue *pqueue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue