MIPS: IP22: Small cleanups
commitfb276a3577c7071751ff481e7f5592ac0f375ab7
authorDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Fri, 24 Oct 2008 22:46:56 +0000 (25 01:46 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 25 Oct 2008 14:23:38 +0000 (25 15:23 +0100)
treee943370be4038fce4290ddb542da863837e284d5
parent76b381a758ca50b0e7e8c40526ca7b158897dcac
MIPS: IP22: Small cleanups

The following functions

disable_local1_irq()
disable_local2_irq()
disable_local3_irq()

are needlessly defined global, so make them static. While at it, fix a
whitespace error in the same file.

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