]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
leds: ktd2692: Make ktd2692_timing variable static
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 16 Feb 2026 11:04:42 +0000 (12:04 +0100)
committerLee Jones <lee@kernel.org>
Tue, 10 Mar 2026 09:22:58 +0000 (09:22 +0000)
commit437536cae0e1b6109a5aed5172c06b4ed76a2aaf
tree5b133e9d8935a8178fd785155c505e7036a892a9
parent0600cf91c0c3b749f2f6ef4c43f62c8c09d1eb82
leds: ktd2692: Make ktd2692_timing variable static

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

  leds-ktd2692.c:62:33: warning: symbol 'ktd2692_timing' was not declared. Should it be static?

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