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:
Nishka Dasgupta 2019-06-12 23:34:30 +05:30 committed by Greg Kroah-Hartman
parent 67c4f7fc5d
commit a8c1414608
1 changed files with 0 additions and 11 deletions

View File

@ -301,14 +301,3 @@ _func_enter_;
_func_exit_;
return true;
}
void read_eeprom_content(_adapter *padapter)
{
_func_enter_;
_func_exit_;
}