drivers: gpio: mxc: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:55:01 +0000 (19:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:27 +0000 (00:04 +0700)
commit123ac0e5356cebb7b1bc51d5fb141a74d0a9db43
tree94e184d50d5ccc273b28a49ea19c9f1a94687ca2
parentdc02a0cacb6cfe37ca7c8590e46c1a3c985c3092
drivers: gpio: mxc: use devm_platform_ioremap_resource()

Use the new helper that wraps the calls to platform_get_resource()
and devm_ioremap_resource() together.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mxc.c