diff options
author | 2024-09-10 07:58:04 +0200 | |
---|---|---|
committer | 2024-09-11 15:57:48 +0200 | |
commit | 17a1d7c5a49cae46b46a36eb4c4ee0add1565488 (patch) | |
tree | 1299fbc593be27f0dd8ff568614b877a557cbe10 | |
parent | staging: rtl8723bs: Remove unused function rtw_ch2freq (diff) | |
download | wireguard-linux-17a1d7c5a49cae46b46a36eb4c4ee0add1565488.tar.xz wireguard-linux-17a1d7c5a49cae46b46a36eb4c4ee0add1565488.zip |
staging: rtl8723bs: Remove unused file rtw_rf.c
Remove unused file rtw_rf.c
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/2a31866e3e6f65e90d612f7473501066f6bc5937.1725826273.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/staging/rtl8723bs/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/rtl8723bs/core/rtw_rf.c | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtl8723bs/Makefile b/drivers/staging/rtl8723bs/Makefile index dbe6ed3b9f0c..ba200ee669f3 100644 --- a/drivers/staging/rtl8723bs/Makefile +++ b/drivers/staging/rtl8723bs/Makefile @@ -11,7 +11,6 @@ r8723bs-y = \ core/rtw_mlme_ext.o \ core/rtw_pwrctrl.o \ core/rtw_recv.o \ - core/rtw_rf.o \ core/rtw_security.o \ core/rtw_sta_mgt.o \ core/rtw_wlan_util.o \ diff --git a/drivers/staging/rtl8723bs/core/rtw_rf.c b/drivers/staging/rtl8723bs/core/rtw_rf.c deleted file mode 100644 index 2aca45de298e..000000000000 --- a/drivers/staging/rtl8723bs/core/rtw_rf.c +++ /dev/null @@ -1,9 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/****************************************************************************** - * - * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. - * - ******************************************************************************/ - -#include <drv_types.h> -#include <linux/kernel.h> |