mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723bs: core: Remove function read_eeprom_content()
Remove unused function read_eeprom_content. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
67c4f7fc5d
commit
a8c1414608
|
@ -301,14 +301,3 @@ _func_enter_;
|
|||
_func_exit_;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void read_eeprom_content(_adapter *padapter)
|
||||
{
|
||||
|
||||
_func_enter_;
|
||||
|
||||
|
||||
_func_exit_;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue