staging: rtl8723bs: remove unused BT static variables
authorFabio Aiuto <fabioaiuto83@gmail.com>
Thu, 29 Jul 2021 12:54:17 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jul 2021 15:26:23 +0000 (17:26 +0200)
commit041878d46ba37157814e6b650c9eff6efa7070d6
treefe078d72be0bb26860bc2f32f81d415a95e2f353
parentcc59bde1c920ab6689d40eba1a6fcd4edbec2455
staging: rtl8723bs: remove unused BT static variables

remove some unused static variables. One of them
is used to toggle on the BT coexistence mechanism,
but it is always enabled and it's not conditioned
to the value of the related parameter.

Remove unused field of the registry_priv struct as
well, they were intended for hosting the parameters
this patch rids.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210729125417.4380-1-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h
drivers/staging/rtl8723bs/os_dep/os_intfs.c