summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-03-05 05:35:45 +0000
committerChanho Park <chanho61.park@samsung.com>2014-04-16 21:36:50 +0900
commite16554bcd4a29ed78a0f4b1207344bd36f2c3850 (patch)
tree595f5c35b48e5d58c965ed02700b2792d119ea81
parent70f745222998e0c2085127ba8c9c1bd18de2a0e2 (diff)
downloadlinux-3.10-e16554bcd4a29ed78a0f4b1207344bd36f2c3850.tar.gz
linux-3.10-e16554bcd4a29ed78a0f4b1207344bd36f2c3850.tar.bz2
linux-3.10-e16554bcd4a29ed78a0f4b1207344bd36f2c3850.zip
arm64: smp: make local symbol static
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>
-rw-r--r--arch/arm64/kernel/smp_spin_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/smp_spin_table.c b/arch/arm64/kernel/smp_spin_table.c
index 44c22805d2e..7a530d2cc80 100644
--- a/arch/arm64/kernel/smp_spin_table.c
+++ b/arch/arm64/kernel/smp_spin_table.c
@@ -128,7 +128,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.