ds2781_battery: w1_ds2781_read() should be static
authorAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 18 Jun 2012 04:20:05 +0000 (21:20 -0700)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 18 Jun 2012 04:24:00 +0000 (21:24 -0700)
commit7dbae5562e86f2731d13bd2b8b3ea3f974f4b87d
tree795ea6927807f2be6e17519f08ecbcb5cc405d24
parent92311c3c70f9b7f1b7860c2fc2ada09b4d43bfea
ds2781_battery: w1_ds2781_read() should be static

This patch fixes the following sparse warning:

  CHECK   drivers/power/ds2781_battery.c
drivers/power/ds2781_battery.c:72:5: warning: symbol 'w1_ds2781_read' was not declared. Should it be static?

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/ds2781_battery.c