]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: remove unused _rtw_init_queue() function header
authorNikolay Kulikov <nikolayof23@gmail.com>
Tue, 7 Apr 2026 14:33:27 +0000 (17:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:54 +0000 (05:01 -0600)
commit67aa92b0956d3309c8a9fcd3aa142aaf9a0a2218
treea583ed866e9314b45cf6d5a109b8f6e4922ab1e3
parentb8b6a662bc02692638a86b9dac7b675768baa26e
staging: rtl8723bs: remove unused _rtw_init_queue() function header

The _rtw_init_queue() function header is declared in osdep_service.h,
but it is not defined anywhere and all the code using it is commented
out, so we can remove the header and the commented out code.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260407143622.9767-3-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/core/rtw_sta_mgt.c
drivers/staging/rtl8723bs/core/rtw_xmit.c
drivers/staging/rtl8723bs/include/osdep_service.h