From: Jes Sorensen Date: Thu, 26 Jun 2014 08:20:55 +0000 (+0200) Subject: staging: rtl8723au: Remove unused rtw_pwr_wakeup_ex() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=80f8210abc5ecd5c12c31e57c46a7758396978e1;p=linux-beck.git staging: rtl8723au: Remove unused rtw_pwr_wakeup_ex() Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h index a458af978145..577914dc93be 100644 --- a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h +++ b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h @@ -253,8 +253,6 @@ int _rtw_pwr_wakeup23a(struct rtw_adapter *padapter, u32 ips_deffer_ms, const char *caller); #define rtw_pwr_wakeup(adapter) _rtw_pwr_wakeup23a(adapter, \ RTW_PWR_STATE_CHK_INTERVAL, __func__) -#define rtw_pwr_wakeup_ex(adapter, ips_deffer_ms) \ - _rtw_pwr_wakeup23a(adapter, ips_deffer_ms, __func__) int rtw_pm_set_ips23a(struct rtw_adapter *padapter, u8 mode); int rtw_pm_set_lps23a(struct rtw_adapter *padapter, u8 mode);