Commit 198ffd27 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman

staging: rtl8723bs: remove unused debug variables declarations and initialization

remove unused debug variables extern declarations
and containing #ifndef block.

remove initialization as well.
Signed-off-by: default avatarFabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/d566a6eb49949c1c80df286056b9df6114c8cc97.1619254603.git.fabioaiuto83@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 33a5f34c
......@@ -10,8 +10,6 @@
#include <rtw_debug.h>
#include <hal_btcoex.h>
u32 GlobalDebugLevel = _drv_err_;
#include <rtw_version.h>
static void dump_4_regs(struct adapter *adapter, int offset)
......
......@@ -131,11 +131,6 @@
#define _MODULE_DEFINE_ _module_efuse_
#endif
#ifndef _RTL871X_DEBUG_C_
extern u32 GlobalDebugLevel;
extern u64 GlobalDebugComponents;
#endif
#define DRIVER_PREFIX "RTL8723BS: "
void mac_reg_dump(struct adapter *adapter);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment