From: Alexey Dobriyan Date: Thu, 16 Oct 2008 05:01:19 +0000 (-0700) Subject: alpha: notify_cpu_starting() compile fixlet X-Git-Tag: v2.6.28-rc1~550 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=574f34cee2b6574d43bf4506f771c1cec6a5d391;p=linux-2.6-omap-h63xx.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 06b6fdab639..e657c45d91d 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include