Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jingoo Han and committed by
Catalin Marinas
7184659b 242c04bc

+1 -1
+1 -1
arch/arm64/kernel/smp_spin_table.c
··· 128 128 return secondary_holding_pen_release != INVALID_HWID ? -ENOSYS : 0; 129 129 } 130 130 131 - void smp_spin_table_cpu_postboot(void) 131 + static void smp_spin_table_cpu_postboot(void) 132 132 { 133 133 /* 134 134 * Let the primary processor know we're out of the pen.