rtl8188eu: Remove CONFIG_IPS

This one is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-24 10:18:56 -06:00
parent d9320ea25b
commit 7f75913cfb
8 changed files with 4 additions and 39 deletions

View file

@ -105,10 +105,8 @@ void rtw_ips_dev_unload(struct adapter *padapter);
void rtw_bb_rf_gain_offset(struct adapter *padapter);
#endif //CONFIG_RF_GAIN_OFFSET
#ifdef CONFIG_IPS
int rtw_ips_pwr_up(struct adapter *padapter);
void rtw_ips_pwr_down(struct adapter *padapter);
#endif
int rtw_drv_register_netdev(struct adapter *padapter);
void rtw_ndev_destructor(_nic_hdl ndev);