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)
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>

No differences found