mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Routine _rtw_deinit_queue() is a no-op
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7a75f128ba
commit
537fff9e9d
3 changed files with 0 additions and 10 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue