From bff1fe3fe36938810d90300635cbc508044e6920 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 12 Jul 2020 02:20:09 +0000 Subject: [PATCH] Minor cleanup --- include/hal_data.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/include/hal_data.h b/include/hal_data.h index e576382..8c517ce 100644 --- a/include/hal_data.h +++ b/include/hal_data.h @@ -1057,21 +1057,4 @@ int rtw_halmac_deinit_adapter(struct dvobj_priv *); #define RX_SMOOTH_FACTOR Rx_Smooth_Factor -#ifdef CONFIG_RESUME_IN_WORKQUEUE || CONFIG_HAS_EARLYSUSPEND -int rtw_resume_process(_adapter *padapter); -#endif -#ifdef CONFIG_ANDROID_POWER -#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -int rtw_resume_process(PADAPTER padapter); -#endif -#ifdef CONFIG_AUTOSUSPEND -void autosuspend_enter(_adapter* padapter); -int autoresume_enter(_adapter* padapter); -#endif - -#ifdef SUPPORT_HW_RFOFF_DETECTED -int rtw_hw_suspend(_adapter *padapter ); -int rtw_hw_resume(_adapter *padapter); -#endif - #endif /* __HAL_DATA_H__ */