commit | 039ab50bda5606307138b1baa1f18c7e33d357e4 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Mar 16 22:27:08 2015 +0100 |
committer | Sebastian Reichel <sre@kernel.org> | Fri Mar 20 13:06:01 2015 +0100 |
tree | e24ad542601cababeab750c7d9fe8836afd70283 | |
parent | c94a3d403299f64d2f91346ff64c4b95747c123c [diff] |
power/reset/rmobile-reset.c: Fix !HAS_IOMEM build Fixes: drivers/power/reset/rmobile-reset.c: In function ‘rmobile_reset_probe’: drivers/power/reset/rmobile-reset.c:61:2: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration] iounmap(sysc_base2); Signed-off-by: Richard Weinberger <richard@nod.at> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Sebastian Reichel <sre@kernel.org>