diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-02 23:50:38 +0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-02 23:58:30 +0400 |
commit | b1458fb57de03b19296cac70e9455b05912782b5 (patch) | |
tree | 79ba6cfa9346bb2d396199575bd2044fadc73165 /drivers/power/tosa_battery.c | |
parent | ab6cc8f9b716a3d0a41b42cd81d392183211a7f2 (diff) |
wm97xx_battery: Quieten sparse warning (bat_set_pdata not declared)
This patch fixes following sparse warning:
drivers/power/wm97xx_battery.c:311:6: warning: symbol 'wm97xx_bat_set_pdata' was not declared. Should it be static?
Note that we can't just include linux/wm97xx_batt.h because the header
is deprecated, and so this pops up:
In file included from drivers/power/wm97xx_battery.c:22:
include/linux/wm97xx_batt.h:6: warning: #warning This file will be removed soon, use wm97xx.h instead!
Since wm97xx_bat_set_pdata() is also deprecated (in favour of pdata
passed via AC97 bus), just workaround the issue by declaring the
function in wm97xx_battery.c.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/tosa_battery.c')
0 files changed, 0 insertions, 0 deletions