From: Paul Mundt Date: Mon, 18 Jan 2010 12:45:00 +0000 (+0900) Subject: sh: Flag __ioremap_caller() __init_refok. X-Git-Tag: v2.6.34-rc1~285^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1415314a4190b8ea06e53808d392fcf91555af;p=pandora-kernel.git 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 --- Reading git-diff-tree failed