diff options
Diffstat (limited to 'drivers/clocksource/asm9260_timer.c')
-rw-r--r-- | drivers/clocksource/asm9260_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/asm9260_timer.c b/drivers/clocksource/asm9260_timer.c index d113c0275d06..1ba871b7fe11 100644 --- a/drivers/clocksource/asm9260_timer.c +++ b/drivers/clocksource/asm9260_timer.c | |||
@@ -238,5 +238,5 @@ static int __init asm9260_timer_init(struct device_node *np) | |||
238 | 238 | ||
239 | return 0; | 239 | return 0; |
240 | } | 240 | } |
241 | CLOCKSOURCE_OF_DECLARE_RET(asm9260_timer, "alphascale,asm9260-timer", | 241 | CLOCKSOURCE_OF_DECLARE(asm9260_timer, "alphascale,asm9260-timer", |
242 | asm9260_timer_init); | 242 | asm9260_timer_init); |