staging: rtl8188eu: Remove unused function pointer ->sreset_reset_value
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>
This commit is contained in:
parent
5712f087fa
commit
41dcb4f1db
2 changed files with 0 additions and 2 deletions
|
|
@ -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->sreset_reset_value = &sreset_reset_value;
|
||||
pHalFunc->silentreset = &rtl8188e_silentreset_for_specific_platform;
|
||||
pHalFunc->sreset_xmit_status_check = &rtl8188e_sreset_xmit_status_check;
|
||||
pHalFunc->sreset_linked_status_check = &rtl8188e_sreset_linked_status_check;
|
||||
|
|
|
|||
|
|
@ -252,7 +252,6 @@ struct hal_ops {
|
|||
u8 word_en, u8 *data, bool test);
|
||||
|
||||
void (*sreset_init_value)(struct adapter *padapter);
|
||||
void (*sreset_reset_value)(struct adapter *padapter);
|
||||
void (*silentreset)(struct adapter *padapter);
|
||||
void (*sreset_xmit_status_check)(struct adapter *padapter);
|
||||
void (*sreset_linked_status_check) (struct adapter *padapter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue