mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 19:44:51 -04:00
staging: rtl8723bs: Remove function pointer dm_deinit
Remove function pointer dm_deinit as it is not linked to any function. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/bb03b1309e9aa6bae988c5b7003b4f925f5c7027.1727966761.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
41dc219196
commit
1bc38f0061
@@ -44,9 +44,6 @@ void rtw_hal_dm_init(struct adapter *padapter)
|
||||
|
||||
void rtw_hal_dm_deinit(struct adapter *padapter)
|
||||
{
|
||||
/* cancel dm timer */
|
||||
if (padapter->HalFunc.dm_deinit)
|
||||
padapter->HalFunc.dm_deinit(padapter);
|
||||
}
|
||||
|
||||
static void rtw_hal_init_opmode(struct adapter *padapter)
|
||||
|
||||
@@ -162,7 +162,6 @@ enum hal_intf_ps_func {
|
||||
typedef s32 (*c2h_id_filter)(u8 *c2h_evt);
|
||||
|
||||
struct hal_ops {
|
||||
void (*dm_deinit)(struct adapter *padapter);
|
||||
void (*read_chip_version)(struct adapter *padapter);
|
||||
|
||||
void (*init_default_value)(struct adapter *padapter);
|
||||
|
||||
Reference in New Issue
Block a user