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:
12b6b01
)
sh: Flag __ioremap_caller() __init_refok.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 18 Jan 2010 12:45:00 +0000
(21:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 18 Jan 2010 12:45:00 +0000
(21:45 +0900)
The mem_init_done test makes sure that this path is only entered in
__init cases, so leaving ioremap_fixed() as __init and flagging the
caller __init_refok is sufficient.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found