aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/vt8500_timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clocksource/vt8500_timer.c b/drivers/clocksource/vt8500_timer.c
index ed66cf07d3c6..8efc86b5b5dd 100644
--- a/drivers/clocksource/vt8500_timer.c
+++ b/drivers/clocksource/vt8500_timer.c
@@ -134,7 +134,7 @@ static struct of_device_id vt8500_timer_ids[] = {
134 { } 134 { }
135}; 135};
136 136
137void __init vt8500_timer_init(void) 137static void __init vt8500_timer_init(void)
138{ 138{
139 struct device_node *np; 139 struct device_node *np;
140 int timer_irq; 140 int timer_irq;
@@ -177,3 +177,4 @@ void __init vt8500_timer_init(void)
177 4, 0xf0000000); 177 4, 0xf0000000);
178} 178}
179 179
180CLOCKSOURCE_OF_DECLARE(vt8500, "via,vt8500-timer", vt8500_timer_init)