aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time/clocksource.c')
-rw-r--r--kernel/time/clocksource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 95dd2200a109..4288bfa12c3f 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -56,7 +56,7 @@ static int finished_booting;
56 * 56 *
57 * Hack to avoid lots of clocksource churn at boot time 57 * Hack to avoid lots of clocksource churn at boot time
58 */ 58 */
59static int clocksource_done_booting(void) 59static int __init clocksource_done_booting(void)
60{ 60{
61 finished_booting = 1; 61 finished_booting = 1;
62 return 0; 62 return 0;
@@ -289,7 +289,7 @@ static struct sys_device device_clocksource = {
289 .cls = &clocksource_sysclass, 289 .cls = &clocksource_sysclass,
290}; 290};
291 291
292static int init_clocksource_sysfs(void) 292static int __init init_clocksource_sysfs(void)
293{ 293{
294 int error = sysdev_class_register(&clocksource_sysclass); 294 int error = sysdev_class_register(&clocksource_sysclass);
295 295