w1: w1_therm: make w1_poll_completion static
kernel test robot rightly points out that w1_poll_completion() should be static, so mark it as such. Cc: Ivan Zaentsev <ivan.zaentsev@wirenboard.ru> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20201005123703.GA800532@kroah.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
2a3809da61
Коммит
05dbb62853
|
@ -1031,7 +1031,7 @@ static int reset_select_slave(struct w1_slave *sl)
|
|||
*
|
||||
* Return: 0 - OK, negative error - timeout
|
||||
*/
|
||||
int w1_poll_completion(struct w1_master *dev_master, int tout_ms)
|
||||
static int w1_poll_completion(struct w1_master *dev_master, int tout_ms)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче