[MIPS] c-r4k: Convert init functions from inline to __init.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 1 Aug 2006 22:39:42 +0000 (23:39 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:44 +0000 (13:37 +0100)
With more recent compilers inline doesn't necessarily means a function
will always be inlined.  So leave that decission to the compiler and
make the function as __init.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found