gpio: ath79: use devm_platform_ioremap_resource()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 2 Oct 2019 16:41:10 +0000 (18:41 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 9 Oct 2019 16:20:19 +0000 (18:20 +0200)
commit71b4da2b370bb2b0f3391d24049417e9be0281a0
treeb5fcc488d99e5e95d3d9513d4a5dbf06ca34d587
parent94bfcbf0368b61403c33477e404eb16299b7423d
gpio: ath79: use devm_platform_ioremap_resource()

There's no need to use the nocache variant of ioremap(). Switch to
using devm_platform_ioremap_resource().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ath79.c