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

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
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -301,14 +301,3 @@ _func_enter_;
_func_exit_;
	return true;
}



void read_eeprom_content(_adapter *padapter)
{

_func_enter_;


_func_exit_;
}