sh: Make iounmap_fixed() return success/failure for iounmap() path.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:30:29 +0000 (21:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:30:29 +0000 (21:30 +0900)
This converts iounmap_fixed() to return success/error if it handled the
unmap request or not. At the same time, drop the __init label, as this
can be called in to later.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found