]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clocksource/drivers/timer-rtl-otto: Make rttm_cs variable static
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 16 Feb 2026 11:03:07 +0000 (12:03 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Tue, 24 Mar 2026 17:30:29 +0000 (18:30 +0100)
commit045a9dac7eb74ce07160d7715b6629c83f3d92c0
treeaa47d15f61e5a4d89a16ec9f143f07f76b17c1c8
parentb385caf918685870cb92d07ca6078d7ed01d45c1
clocksource/drivers/timer-rtl-otto: Make rttm_cs variable static

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

  timer-rtl-otto.c:228:16: warning: symbol 'rttm_cs' was not declared. Should it be static?

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Link: https://patch.msgid.link/20260216110306.159822-2-krzysztof.kozlowski@oss.qualcomm.com
drivers/clocksource/timer-rtl-otto.c