From: Thomas Gleixner Date: Mon, 11 Jun 2012 13:07:08 +0000 (+0200) Subject: smpboot: Remove leftover declaration X-Git-Tag: v3.6-rc1~166^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b871a42b6091b720e82ddff237659534c525c25b;p=~emulex%2Finfiniband.git smpboot: Remove leftover declaration Signed-off-by: Thomas Gleixner --- diff --git a/kernel/smpboot.h b/kernel/smpboot.h index 80c0acfb847..6ef9433e1c7 100644 --- a/kernel/smpboot.h +++ b/kernel/smpboot.h @@ -3,8 +3,6 @@ struct task_struct; -int smpboot_prepare(unsigned int cpu); - #ifdef CONFIG_GENERIC_SMP_IDLE_THREAD struct task_struct *idle_thread_get(unsigned int cpu); void idle_thread_set_boot_cpu(void);