staging: rtl8723bs: remove two unused functions
authorFabio Aiuto <fabioaiuto83@gmail.com>
Tue, 13 Apr 2021 14:56:31 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 08:26:26 +0000 (10:26 +0200)
commit77e14dfe53c033f60bfa92606d81c7e6b8a1ba9d
tree62e1bb07fd06d9f58c8e12e29ba84af3f2da53e6
parentee31d57e4022855307dc7199a2b9c169c4ceea37
staging: rtl8723bs: remove two unused functions

remove dump_drv_version() and dump_log_level() function
definitions and prototypes. Those functions are unused,
and add unnecessary wrap level to log calls.

They wrap DBG_871X_SEL_NL which will be replaced by
netdev_dbg() with coccinelle script application.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/2e8dd88c053735daed95701140b2f03b4cfe2a2e.1618325614.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_debug.c
drivers/staging/rtl8723bs/include/rtw_debug.h