Commit ca876454 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: remove unused macro in include/rtw_pwrctrl.h

parent 9ae46326
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -237,9 +237,6 @@ struct pwrctrl_priv {
	unsigned long PS_BBRegBackup[PSBBREG_TOTALCNT];
};

#define rtw_get_ips_mode_req(pwrctl) \
	(pwrctl)->ips_mode_req

#define rtw_ips_mode_req(pwrctl, ips_mode) \
	(pwrctl)->ips_mode_req = (ips_mode)