]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Sun, 22 Mar 2009 22:12:28 +0000 (00:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 30 Mar 2009 12:49:45 +0000 (14:49 +0200)
commit1451a395a8672ba232bba3649ed57120e46826b5
treed077a20447a29d5113846dd4881723a732253eaf
parentd0cdfe2423e30f552eb3c90f20fb4c36bb548650
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>
arch/mips/kernel/smp-up.c