drivers: gpio: aspeed: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:43 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:25 +0000 (00:04 +0700)
commitaee70b77fb992a465a420e89a067254a818dd9d9
treeabb752e228c282a282ced7997440f111d9e00a78
parentbb17a27a5f48f70593e4d29137a258561733171a
drivers: gpio: aspeed: 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-aspeed.c