power: supply: cw2015: Make some symbols static
authorChenTao <chentao107@huawei.com>
Wed, 6 May 2020 11:45:18 +0000 (19:45 +0800)
committerSebastian Reichel <sre@kernel.org>
Sat, 9 May 2020 00:19:25 +0000 (02:19 +0200)
commit1a45732926f33245b5cabd37f03cdbf4a1818a16
treebe448309d2cb688cd2c7862151b6776531ee34a0
parentcf5701bf749683cc85827fd68c0890838a2b7fd4
power: supply: cw2015: Make some symbols static

Fix the following warning:

drivers/power/supply/cw2015_battery.c:96:5: warning:
'cw_update_profile' was not declared. Should it be static?
drivers/power/supply/cw2015_battery.c:712:1: warning:
'cw_bat_pm_ops' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: ChenTao <chentao107@huawei.com>
Acked-by: Tobias Schramm <t.schramm@manjaro.org>
Tested-by: Tobias Schramm <t.schramm@manjaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/cw2015_battery.c