[MIPS] Make two functions static
commit17f61e61b4a1d3ca254668cf12c1c5d828d892fd
authorDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Thu, 29 May 2008 14:57:09 +0000 (29 17:57 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:29 +0000 (15 18:44 +0100)
treeb93e5316c61925736e9e9bca30c2f0fff45b81cf
parent07cdb78436d52416a582e645b9afb6e26f986bc9
[MIPS] Make two functions static

The following routines

uasm_rel_highest()
uasm_rel_higher()

are needlessly defined global. This patch makes them static.

Compile-tested using a customized config for the Malta board. Booting
the same board up to the shell prompt was also successful with this
patch applied.

Spotted by sparse.

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