aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/smpboot.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-06-11 15:07:08 +0200
committerThomas Gleixner <tglx@linutronix.de>2012-06-11 15:07:52 +0200
commitb871a42b6091b720e82ddff237659534c525c25b (patch)
tree33a7f0353e03e1587e297af887abfa7a17ffe1a7 /kernel/smpboot.h
parentsmp: Remove num_booting_cpus() (diff)
downloadwireguard-linux-b871a42b6091b720e82ddff237659534c525c25b.tar.xz
wireguard-linux-b871a42b6091b720e82ddff237659534c525c25b.zip
smpboot: Remove leftover declaration
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/smpboot.h')
-rw-r--r--kernel/smpboot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/smpboot.h b/kernel/smpboot.h
index 80c0acfb8472..6ef9433e1c70 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);