staging: r8188eu: remove rtw_free_pwrctrl_priv prototype
authorMartin Kaiser <martin@kaiser.cx>
Sat, 18 Sep 2021 14:11:41 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 14:26:22 +0000 (16:26 +0200)
The rtw_free_pwrctrl_priv has already been removed in commit 6729e7541934
("staging: r8188eu: _free_pwrlock is empty"). Remove the prototype as well.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210918141141.28547-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_pwrctrl.h

index a77fb76a0b097f3a33c06ae4948657a93c02d3f8..e412ef71b54b5a4d241c24c6a2c285a734042705 100644 (file)
@@ -134,7 +134,6 @@ struct pwrctrl_priv {
                                       (pwrctrl)->pwr_state_check_interval)
 
 void rtw_init_pwrctrl_priv(struct adapter *adapter);
-void rtw_free_pwrctrl_priv(struct adapter *adapter);
 
 void rtw_set_ps_mode(struct adapter *adapter, u8 ps_mode, u8 smart_ps,
                     u8 bcn_ant_mode);