diff options
Diffstat (limited to 'drivers/clocksource/time-armada-370-xp.c')
-rw-r--r-- | drivers/clocksource/time-armada-370-xp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/time-armada-370-xp.c b/drivers/clocksource/time-armada-370-xp.c index 3c39e6f45971..4440aefc59cd 100644 --- a/drivers/clocksource/time-armada-370-xp.c +++ b/drivers/clocksource/time-armada-370-xp.c | |||
@@ -320,7 +320,7 @@ static int __init armada_370_xp_timer_common_init(struct device_node *np) | |||
320 | } | 320 | } |
321 | 321 | ||
322 | res = cpuhp_setup_state(CPUHP_AP_ARMADA_TIMER_STARTING, | 322 | res = cpuhp_setup_state(CPUHP_AP_ARMADA_TIMER_STARTING, |
323 | "AP_ARMADA_TIMER_STARTING", | 323 | "clockevents/armada:starting", |
324 | armada_370_xp_timer_starting_cpu, | 324 | armada_370_xp_timer_starting_cpu, |
325 | armada_370_xp_timer_dying_cpu); | 325 | armada_370_xp_timer_dying_cpu); |
326 | if (res) { | 326 | if (res) { |