]> Pileus Git - ~andy/linux/commitdiff
metag/smp: Make boot_secondary() static
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Fri, 3 Jan 2014 15:43:51 +0000 (16:43 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Mon, 6 Jan 2014 09:59:22 +0000 (09:59 +0000)
boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it
static.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/kernel/smp.c

index f74008b6da070827893f656857f20e6b8104f045..f006d2276f40abb67d6aeb2356a2f00aebcdb9fb 100644 (file)
@@ -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;