aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/jiffies.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time/jiffies.c')
-rw-r--r--kernel/time/jiffies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/jiffies.c b/kernel/time/jiffies.c
index 1fe8376e717b..126bb30c4afe 100644
--- a/kernel/time/jiffies.c
+++ b/kernel/time/jiffies.c
@@ -67,7 +67,7 @@ struct clocksource clocksource_jiffies = {
67 67
68static int __init init_jiffies_clocksource(void) 68static int __init init_jiffies_clocksource(void)
69{ 69{
70 return register_clocksource(&clocksource_jiffies); 70 return clocksource_register(&clocksource_jiffies);
71} 71}
72 72
73module_init(init_jiffies_clocksource); 73module_init(init_jiffies_clocksource);