arm64: smp: make local symbol static
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Mar 2014 05:35:45 +0000 (05:35 +0000)
committerMark Brown <broonie@linaro.org>
Wed, 21 May 2014 17:55:49 +0000 (18:55 +0100)
Make smp_spin_table_cpu_postboot() static, because this function
is used only in this file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit 7184659bed3090248e382d98a49a3c1bcfe11174)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/kernel/smp_spin_table.c

index 27f08367a6e73ef9abfc8e313a927ae223514b92..03c0843e379cea91f0e8a5ef70b925f9f592aa77 100644 (file)
@@ -119,7 +119,7 @@ static int smp_spin_table_cpu_boot(unsigned int cpu)
        return secondary_holding_pen_release != INVALID_HWID ? -ENOSYS : 0;
 }
 
-void smp_spin_table_cpu_postboot(void)
+static void smp_spin_table_cpu_postboot(void)
 {
        /*
         * Let the primary processor know we're out of the pen.