]> git.baikalelectronics.ru Git - kernel.git/commit
w1: ds2438: make several functions static
authorColin Ian King <colin.king@canonical.com>
Sat, 12 Aug 2017 21:34:03 +0000 (22:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 15:20:01 +0000 (17:20 +0200)
commitc264aa51155ba233e207549561294f891955e21f
tree43ce26e513dbc2feab9c1b28cf683702a281153a
parent0a306ac51ed629f90c3e0d027f31c0dc60c10cb6
w1: ds2438: make several functions static

The functions w1_ds2438_get_page, w1_ds2438_get_temperature,
w1_ds2438_change_config_bit and w1_ds2438_get_voltage are local to
the source and do not need to be in global scope, so make it static.

Cleans up sparse warnings:
symbol 'w1_ds2438_get_page' was not declared. Should it be static?
symbol 'w1_ds2438_get_temperature' was not declared. Should it be static?
symbol 'w1_ds2438_change_config_bit' was not declared. Should it be static?
symbol 'w1_ds2438_get_voltage' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/slaves/w1_ds2438.c