rtl8188eu: Routine _rtw_deinit_queue() is a no-op

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-12-21 21:39:37 -06:00
parent 7a75f128ba
commit 537fff9e9d
3 changed files with 0 additions and 10 deletions

View file

@ -265,7 +265,6 @@ extern void _rtw_spinlock_ex(_lock *plock);
extern void _rtw_spinunlock_ex(_lock *plock);
extern void _rtw_init_queue(_queue *pqueue);
extern void _rtw_deinit_queue(_queue *pqueue);
extern u32 _rtw_queue_empty(_queue *pqueue);
extern u32 rtw_end_of_queue_search(_list *queue, _list *pelement);