Commit 05dbb628 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarkernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20201005123703.GA800532@kroah.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2a3809da
......@@ -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;
......
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