git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06be375
)
[MIPS] c-r4k: Convert init functions from inline to __init.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 1 Aug 2006 22:39:42 +0000
(23:39 +0100)
committer
Ralf 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