diff options
author | 2021-04-10 12:12:49 +0800 | |
---|---|---|
committer | 2021-04-12 21:20:25 +0200 | |
commit | a4d5ed3b54f0c66b331d81bebb2ba4a92abc43a3 (patch) | |
tree | e9d924d3416c4fd6a85bd9e91f5f8529a73bb5fa /tools/perf/scripts/python/export-to-sqlite.py | |
parent | power: supply: surface-battery: Make some symbols static (diff) | |
download | wireguard-linux-a4d5ed3b54f0c66b331d81bebb2ba4a92abc43a3.tar.xz wireguard-linux-a4d5ed3b54f0c66b331d81bebb2ba4a92abc43a3.zip |
power: supply: surface-charger: Make symbol 'surface_ac_pm_ops' static
The sparse tool complains as follows:
drivers/power/supply/surface_charger.c:229:1: warning:
symbol 'surface_ac_pm_ops' was not declared. Should it be static?
This symbol is not used outside of surface_charger.c, so this
commit marks it static.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Acked-by: Maximilian Luz <luzmaximilian@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions