]> Pileus Git - ~andy/linux/commit
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)
commit4f744affc345f8b158615e0cdd01d1f4985837c3
treeeab721c5f19274e986fce7be609890159ffe63b9
parent0b59e38ffaf7b201ff6afe5b736365d16848c7e3
sh: Make iounmap_fixed() return success/failure for iounmap() path.

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>
arch/sh/include/asm/io.h
arch/sh/mm/ioremap_fixed.c