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

@ -742,10 +742,6 @@ void _rtw_init_queue(_queue *pqueue)
spin_lock_init(&(pqueue->lock));
}
void _rtw_deinit_queue(_queue *pqueue)
{
}
u32 _rtw_queue_empty(_queue *pqueue)
{
return list_empty(&(pqueue->queue));