x86: make wakeup_secondary_cpu_via_init static
authorYinghai Lu <yinghai@kernel.org>
Sat, 4 Apr 2009 00:15:14 +0000 (17:15 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 8 Apr 2009 12:50:28 +0000 (14:50 +0200)
Impact: cleanup

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49D6A692.6040400@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c

index 58d24ef..bddf2cc 100644 (file)
@@ -538,7 +538,7 @@ wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
        return (send_status | accept_status);
 }
 
-int __devinit
+static int __devinit
 wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
 {
        unsigned long send_status, accept_status = 0;