staging: rtl8188eu: Remove function rtl8188e_silentreset_for_specific_platform()
authornavin patidar <navin.patidar@gmail.com>
Thu, 29 May 2014 17:50:52 +0000 (23:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:28:49 +0000 (15:28 -0700)
Remove rtl8188e_silentreset_for_specific_platform() and function pointer
->silentreset pointing to it.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
drivers/staging/rtl8188eu/hal/rtl8188e_sreset.c
drivers/staging/rtl8188eu/include/hal_intf.h
drivers/staging/rtl8188eu/include/rtl8188e_sreset.h

index a0f5172..6a9c8e2 100644 (file)
@@ -1872,7 +1872,6 @@ void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc)
        pHalFunc->Efuse_WordEnableDataWrite = &rtl8188e_Efuse_WordEnableDataWrite;
 
        pHalFunc->sreset_init_value = &sreset_init_value;
-       pHalFunc->silentreset = &rtl8188e_silentreset_for_specific_platform;
        pHalFunc->sreset_get_wifi_status  = &sreset_get_wifi_status;
 
        pHalFunc->GetHalODMVarHandler = &rtl8188e_GetHalODMVar;
index 7fb0f68..f907fe0 100644 (file)
@@ -22,7 +22,4 @@
 #include <rtl8188e_sreset.h>
 #include <rtl8188e_hal.h>
 
-void rtl8188e_silentreset_for_specific_platform(struct adapter *padapter)
-{
-}
 
index bed9035..ca29676 100644 (file)
@@ -252,7 +252,6 @@ struct hal_ops {
                                          u8 word_en, u8 *data, bool test);
 
        void (*sreset_init_value)(struct adapter *padapter);
-       void (*silentreset)(struct adapter *padapter);
        u8 (*sreset_get_wifi_status)(struct adapter *padapter);
 
        int (*IOL_exec_cmds_sync)(struct adapter *padapter,
index eb884b7..cade6d7 100644 (file)
@@ -24,6 +24,5 @@
 #include <drv_types.h>
 #include <rtw_sreset.h>
 
-void rtl8188e_silentreset_for_specific_platform(struct adapter *padapter);
 
 #endif