]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
macintosh/via-pmu: Make some symbols static
authorYu Kuai <yukuai3@huawei.com>
Wed, 7 Apr 2021 12:58:03 +0000 (20:58 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:13 +0000 (23:04 +1000)
commit95d143923379ffb0e706b064305681d44c05ec4b
tree81e7dfcbfa696f03db1b33722699a2b270483aac
parent4204ecd598cb0a044e6fcfd48e569080955347f4
macintosh/via-pmu: Make some symbols static

The sparse tool complains as follows:

drivers/macintosh/via-pmu.c:183:5: warning:
 symbol 'pmu_cur_battery' was not declared. Should it be static?
drivers/macintosh/via-pmu.c:190:5: warning:
 symbol '__fake_sleep' was not declared. Should it be static?

These symbols are not used outside of via-pmu.c, so this
commit marks them static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210407125803.4138837-1-yukuai3@huawei.com
drivers/macintosh/via-pmu.c