]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: IP32: ip32_be_handler symbol is needlessly defined global
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 19:53:24 +0000 (22:53 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:25 +0000 (13:50 +0100)
commitef3a19c1ef9cb7e3baa5d64ec7f6c3df897bc3eb
tree4663bb211aa3a70f196dbbca6d211787b02e668e
parenta959af40b2ff41c75e050bbdc1addc0bfac40497
MIPS: IP32: ip32_be_handler symbol is needlessly defined global

The file arch/mips/sgi-ip32/ip32-berr.c needlessly defines the function
ip32_be_handler() as global, and this patch makes it static.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-berr.c