1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Greg Kroah-Hartman 2020-10-05 14:37:03 +02:00
parent 2a3809da61
commit 05dbb62853
1 changed files with 1 additions and 1 deletions

View File

@ -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;