Merge tag 'sunxi-dt-for-3.12-4' of https://github.com/mripard/linux into late/all
[cascardo/linux.git] / kernel / smpboot.c
index 02fc5c9..eb89e18 100644 (file)
@@ -24,7 +24,7 @@
  */
 static DEFINE_PER_CPU(struct task_struct *, idle_threads);
 
-struct task_struct * __cpuinit idle_thread_get(unsigned int cpu)
+struct task_struct *idle_thread_get(unsigned int cpu)
 {
        struct task_struct *tsk = per_cpu(idle_threads, cpu);