sh: Flag __ioremap_caller() __init_refok.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:45:00 +0000 (21:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:45:00 +0000 (21:45 +0900)
commitaf1415314a4190b8ea06e53808d392fcf91555af
tree9cd7635f3a2481305ead6450de3d73590023b40b
parent12b6b01cb47dc3eefbef866592193661dad7afb9
sh: Flag __ioremap_caller() __init_refok.

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>
arch/sh/mm/ioremap.c