smpboot: Remove leftover declaration

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2012-06-11 15:07:08 +02:00
Родитель 43cc7e86f3
Коммит b871a42b60
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);