drivers: gpio: spear-spics: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:55:07 +0000 (19:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:27 +0000 (00:04 +0700)
commit7290f152fecc2db1f6262e040f457b723bba8aa1
treed296468ae14a9ab8cdf13f5d1ea9bff93c640ed9
parentecbf7c2e8bb323cf96758b3911766058fabc360e
drivers: gpio: spear-spics: 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-spear-spics.c