]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: make _rtw_enqueue_cmd static
authorHungyu Lin <dennylin0707@gmail.com>
Wed, 13 May 2026 21:37:17 +0000 (21:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 10:39:28 +0000 (12:39 +0200)
commit4c6cfd7f25ee13fe54c65d5dcdd58efb3e0e1450
treefb1fbe321b12376279243be23db37d6318fa7f43
parent95f290497329b7433bc6dfef062bd34b8f66e976
staging: rtl8723bs: make _rtw_enqueue_cmd static

The function _rtw_enqueue_cmd() is only used within rtw_cmd.c,
so make it static and remove the unnecessary declaration from
the header file.

Signed-off-by: Hungyu Lin <dennylin0707@gmail.com>
Link: https://patch.msgid.link/20260513213719.12246-3-dennylin0707@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c
drivers/staging/rtl8723bs/include/cmd_osdep.h