]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mfd: max77705: Make max77705_pm_ops variable static
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 16 Feb 2026 11:04:33 +0000 (12:04 +0100)
committerLee Jones <lee@kernel.org>
Wed, 25 Mar 2026 12:44:51 +0000 (12:44 +0000)
commitf385ec3259b387e55c8c0c7933813a5ce14374d5
tree1d66ba5f7d368ae4721adaf846d965c5bebf8fbc
parenteaa0a41774e7603451a7cd8d480de6374dbbb15d
mfd: max77705: Make max77705_pm_ops variable static

File-scope 'max77705_pm_ops' is not used outside of this unit, so make
it static to silence sparse warning:

  max77705.c:160:1: warning: symbol 'max77705_pm_ops' was not declared. Should it be static?

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260216110432.160084-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/max77705.c