From: Maxime Ripard Date: Sat, 26 Apr 2014 19:59:50 +0000 (+0200) Subject: pinctrl: sunxi: Switch to devm_ioremap_resource X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~31^2~36^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4409cafc1a4ce73ffc4a2107cda85fc1f034def0;p=pandora-kernel.git pinctrl: sunxi: Switch to devm_ioremap_resource The previous code was calling of_iomap, which doesn't do any resource management, and doesn't call request_mem_region either. Use devm_ioremap_resource that do both. Signed-off-by: Maxime Ripard --- Reading git-diff-tree failed