mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
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
This commit is contained in:
parent
b385caf918
commit
045a9dac7e
|
|
@ -225,7 +225,7 @@ static int rttm_enable_clocksource(struct clocksource *cs)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct rttm_cs rttm_cs = {
|
static struct rttm_cs rttm_cs = {
|
||||||
.to = {
|
.to = {
|
||||||
.flags = TIMER_OF_BASE | TIMER_OF_CLOCK,
|
.flags = TIMER_OF_BASE | TIMER_OF_CLOCK,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user