Files
android_kernel_xiaomi_sm8450/arch/mips/kernel
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-05-01 08:03:58 -07:00
2008-05-01 08:03:58 -07:00
2008-12-31 18:07:42 -05:00
2007-10-11 23:46:04 +01:00
2006-12-10 21:52:11 +00:00
2009-03-27 14:43:57 -04:00
2009-03-27 14:43:57 -04:00
2008-04-28 17:14:23 +01:00
2009-01-05 12:27:44 +03:00
2009-03-30 14:49:44 +02:00