diff options
Diffstat (limited to 'drivers/clocksource/h8300_timer16.c')
-rw-r--r-- | drivers/clocksource/h8300_timer16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/h8300_timer16.c b/drivers/clocksource/h8300_timer16.c index 9d99fc85ffad..07d9d5be9054 100644 --- a/drivers/clocksource/h8300_timer16.c +++ b/drivers/clocksource/h8300_timer16.c | |||
@@ -187,5 +187,5 @@ free_clk: | |||
187 | return ret; | 187 | return ret; |
188 | } | 188 | } |
189 | 189 | ||
190 | CLOCKSOURCE_OF_DECLARE_RET(h8300_16bit, "renesas,16bit-timer", | 190 | CLOCKSOURCE_OF_DECLARE(h8300_16bit, "renesas,16bit-timer", |
191 | h8300_16timer_init); | 191 | h8300_16timer_init); |