From: Nishka Dasgupta Date: Wed, 12 Jun 2019 18:04:30 +0000 (+0530) Subject: staging: rtl8723bs: core: Remove function read_eeprom_content() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a8c14146084ce7f75b28b39c04f1f2c3ac6efb3e;p=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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_eeprom.c b/drivers/staging/rtl8723bs/core/rtw_eeprom.c index 433d5d255e773..8594848e9a564 100644 --- a/drivers/staging/rtl8723bs/core/rtw_eeprom.c +++ b/drivers/staging/rtl8723bs/core/rtw_eeprom.c @@ -301,14 +301,3 @@ _func_enter_; _func_exit_; return true; } - - - -void read_eeprom_content(_adapter *padapter) -{ - -_func_enter_; - - -_func_exit_; -}