commit | 7dbae5562e86f2731d13bd2b8b3ea3f974f4b87d | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <cbouatmailru@gmail.com> | Sun Jun 17 21:20:05 2012 -0700 |
committer | Anton Vorontsov <cbouatmailru@gmail.com> | Sun Jun 17 21:24:00 2012 -0700 |
tree | 795ea6927807f2be6e17519f08ecbcb5cc405d24 | |
parent | 92311c3c70f9b7f1b7860c2fc2ada09b4d43bfea [diff] |
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>