]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: Remove unused file rtw_rf.c
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Tue, 10 Sep 2024 05:58:04 +0000 (07:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:57:48 +0000 (15:57 +0200)
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>
drivers/staging/rtl8723bs/Makefile
drivers/staging/rtl8723bs/core/rtw_rf.c [deleted file]

index dbe6ed3b9f0c19c9b5427a12f583351f93112b74..ba200ee669f3af21619bcb128fcf31a1617cbc2c 100644 (file)
@@ -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 (file)
index 2aca45d..0000000
+++ /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>