summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_module.c
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-10-06 21:05:33 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-07 11:13:57 +0200
commit00c02ae6746d5bc7a3ce2f972d2e195a3e8873e8 (patch)
treecc4f720bf71a7b835e63c97e73233c3998580a9f /drivers/staging/rtl8192e/rtllib_module.c
parent26e703c677e981f3e363ef327a94f7a4f4790013 (diff)
downloadlinux-00c02ae6746d5bc7a3ce2f972d2e195a3e8873e8.tar.gz
linux-00c02ae6746d5bc7a3ce2f972d2e195a3e8873e8.tar.bz2
linux-00c02ae6746d5bc7a3ce2f972d2e195a3e8873e8.zip
staging: rtl8192e: Remove unused variable rt_global_debug_component
Remove unused variable rt_global_debug_component. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/082272e20dc0659e7700f7756a6bf1a8b71c411e.1696548527.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_module.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_module.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_module.c b/drivers/staging/rtl8192e/rtllib_module.c
index 195d8aa88138..f280c9e94958 100644
--- a/drivers/staging/rtl8192e/rtllib_module.c
+++ b/drivers/staging/rtl8192e/rtllib_module.c
@@ -34,9 +34,6 @@
#include <net/arp.h>
#include "rtllib.h"
-u32 rt_global_debug_component = COMP_ERR;
-EXPORT_SYMBOL(rt_global_debug_component);
-
static inline int rtllib_networks_allocate(struct rtllib_device *ieee)
{
if (ieee->networks)