From: Alexey Dobriyan Date: Thu, 16 Oct 2008 05:01:19 +0000 (-0700) Subject: alpha: notify_cpu_starting() compile fixlet X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=574f34cee2b6574d43bf4506f771c1cec6a5d391;p=linux-beck.git alpha: notify_cpu_starting() compile fixlet arch/alpha/kernel/smp.c:153: error: implicit declaration of function 'notify_cpu_starting' Signed-off-by: Alexey Dobriyan Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 06b6fdab639f..e657c45d91d2 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include