]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8723bs: Remove unused function RTW_DISABLE_FUNC
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Tue, 10 Sep 2024 05:56:41 +0000 (07:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:57:47 +0000 (15:57 +0200)
Remove unused function RTW_DISABLE_FUNC and its comment.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/46545805edb962ae97b15be60e0a3446aae42701.1725826273.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h

index 9e6ca1dec525274eb4d4c9c61ebf49ff271b9b7c..0b35c97843cc7bc027d626df1ce8d9fe5f6d1bdb 100644 (file)
@@ -452,14 +452,7 @@ struct adapter {
 #define DF_RX_BIT              BIT1
 #define DF_IO_BIT              BIT2
 
-/* define RTW_DISABLE_FUNC(padapter, func) (atomic_add(&adapter_to_dvobj(padapter)->disable_func, (func))) */
 /* define RTW_ENABLE_FUNC(padapter, func) (atomic_sub(&adapter_to_dvobj(padapter)->disable_func, (func))) */
-static inline void RTW_DISABLE_FUNC(struct adapter *padapter, int func_bit)
-{
-       int     df = atomic_read(&adapter_to_dvobj(padapter)->disable_func);
-       df |= func_bit;
-       atomic_set(&adapter_to_dvobj(padapter)->disable_func, df);
-}
 
 static inline void RTW_ENABLE_FUNC(struct adapter *padapter, int func_bit)
 {