Dmitri Vorobiev 1451a395a8 MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c
The following symbols in arch/mips/kernel/smp-up.c are needlessly
defined global:

up_send_ipi_single()
up_init_secondary()
up_smp_finish()
up_cpus_done()
up_boot_secondary()
up_smp_setup()
up_prepare_cpus()

This patch makes the symbols static.

Build-tested using malta_defconfig.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-03-30 14:49:45 +02:00
..
2008-10-20 08:52:41 -07:00
2009-03-30 14:49:43 +02:00
2009-03-30 14:49:44 +02:00
2008-10-16 11:21:47 -07:00
2008-04-28 17:14:25 +01:00
2009-03-30 14:49:44 +02:00
2008-10-15 20:55:51 +02:00