Searched hist:"9 b37f971f31354fcfd84b7c2f219138644c7edd3" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pmdomain/apple/ |
H A D | pmgr-pwrstate.c | diff 9b37f971f31354fcfd84b7c2f219138644c7edd3 Mon Aug 19 13:59:56 CEST 2024 Jinjie Ruan <ruanjinjie@huawei.com> pmdomain: apple: Make apple_pmgr_reset_ops static
The sparse tool complains as follows:
drivers/pmdomain/apple/pmgr-pwrstate.c:180:32: warning: symbol 'apple_pmgr_reset_ops' was not declared. Should it be static:
This symbol is not used outside of pmgr-pwrstate.c, so marks it static.
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> Link: https://lore.kernel.org/r/20240819115956.3884847-1-ruanjinjie@huawei.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
|