From: Dmitri Vorobiev Date: Sun, 22 Mar 2009 22:12:28 +0000 (+0200) Subject: MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c X-Git-Tag: v2.6.30-rc1~618^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1451a395a8672ba232bba3649ed57120e46826b5;p=pandora-kernel.git 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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed