diff options
Diffstat (limited to 'drivers/clocksource/pxa_timer.c')
-rw-r--r-- | drivers/clocksource/pxa_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/pxa_timer.c b/drivers/clocksource/pxa_timer.c index 59af75cc4c74..937e10b84d58 100644 --- a/drivers/clocksource/pxa_timer.c +++ b/drivers/clocksource/pxa_timer.c | |||
@@ -213,7 +213,7 @@ static int __init pxa_timer_dt_init(struct device_node *np) | |||
213 | 213 | ||
214 | return pxa_timer_common_init(irq, clk_get_rate(clk)); | 214 | return pxa_timer_common_init(irq, clk_get_rate(clk)); |
215 | } | 215 | } |
216 | CLOCKSOURCE_OF_DECLARE_RET(pxa_timer, "marvell,pxa-timer", pxa_timer_dt_init); | 216 | CLOCKSOURCE_OF_DECLARE(pxa_timer, "marvell,pxa-timer", pxa_timer_dt_init); |
217 | 217 | ||
218 | /* | 218 | /* |
219 | * Legacy timer init for non device-tree boards. | 219 | * Legacy timer init for non device-tree boards. |