summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-oxnas-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/timer-oxnas-rps.c')
-rw-r--r--drivers/clocksource/timer-oxnas-rps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-oxnas-rps.c b/drivers/clocksource/timer-oxnas-rps.c
index d630bf417773..eed6feff8b5f 100644
--- a/drivers/clocksource/timer-oxnas-rps.c
+++ b/drivers/clocksource/timer-oxnas-rps.c
@@ -293,7 +293,7 @@ err_alloc:
293 return ret; 293 return ret;
294} 294}
295 295
296CLOCKSOURCE_OF_DECLARE(ox810se_rps, 296TIMER_OF_DECLARE(ox810se_rps,
297 "oxsemi,ox810se-rps-timer", oxnas_rps_timer_init); 297 "oxsemi,ox810se-rps-timer", oxnas_rps_timer_init);
298CLOCKSOURCE_OF_DECLARE(ox820_rps, 298TIMER_OF_DECLARE(ox820_rps,
299 "oxsemi,ox820se-rps-timer", oxnas_rps_timer_init); 299 "oxsemi,ox820se-rps-timer", oxnas_rps_timer_init);