Commit 51807f64 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Paul Burton

MIPS: OCTEON: smp: make internal symbols static

Make internal symbols static.
Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21192/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
parent 4d1f0116
...@@ -284,7 +284,7 @@ static void octeon_smp_finish(void) ...@@ -284,7 +284,7 @@ static void octeon_smp_finish(void)
#ifdef CONFIG_HOTPLUG_CPU #ifdef CONFIG_HOTPLUG_CPU
/* State of each CPU. */ /* State of each CPU. */
DEFINE_PER_CPU(int, cpu_state); static DEFINE_PER_CPU(int, cpu_state);
static int octeon_cpu_disable(void) static int octeon_cpu_disable(void)
{ {
...@@ -413,7 +413,7 @@ late_initcall(register_cavium_notifier); ...@@ -413,7 +413,7 @@ late_initcall(register_cavium_notifier);
#endif /* CONFIG_HOTPLUG_CPU */ #endif /* CONFIG_HOTPLUG_CPU */
const struct plat_smp_ops octeon_smp_ops = { static const struct plat_smp_ops octeon_smp_ops = {
.send_ipi_single = octeon_send_ipi_single, .send_ipi_single = octeon_send_ipi_single,
.send_ipi_mask = octeon_send_ipi_mask, .send_ipi_mask = octeon_send_ipi_mask,
.init_secondary = octeon_init_secondary, .init_secondary = octeon_init_secondary,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment