From: Geert Uytterhoeven Date: Fri, 3 Jan 2014 15:43:51 +0000 (+0100) Subject: metag/smp: Make boot_secondary() static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e9a1d0165bbda4398d4a5d71736cf6390fb42c6f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git metag/smp: Make boot_secondary() static boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it static. Signed-off-by: Geert Uytterhoeven Signed-off-by: James Hogan --- diff --git a/arch/metag/kernel/smp.c b/arch/metag/kernel/smp.c index f74008b6da07..f006d2276f40 100644 --- a/arch/metag/kernel/smp.c +++ b/arch/metag/kernel/smp.c @@ -68,7 +68,7 @@ static DECLARE_COMPLETION(cpu_running); /* * "thread" is assumed to be a valid Meta hardware thread ID. */ -int boot_secondary(unsigned int thread, struct task_struct *idle) +static int boot_secondary(unsigned int thread, struct task_struct *idle) { u32 val;