Commit a8c14146 authored by Nishka Dasgupta's avatar Nishka Dasgupta Committed by Greg Kroah-Hartman

staging: rtl8723bs: core: Remove function read_eeprom_content()

Remove unused function read_eeprom_content.
Issue found with Coccinelle.
Signed-off-by: default avatarNishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 67c4f7fc
......@@ -301,14 +301,3 @@ _func_enter_;
_func_exit_;
return true;
}
void read_eeprom_content(_adapter *padapter)
{
_func_enter_;
_func_exit_;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment