diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index e65dd0b47cdc13a31abc762315152cb49edea8d8..f994bb8065e6bc6b5ea48f437bae62c97af1db20 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -1378,7 +1378,7 @@ sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp) /* * Functions related to boot-time initialization: */ -static void __devinit init_hrtimers_cpu(int cpu) +static void __cpuinit init_hrtimers_cpu(int cpu) { struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); int i;