]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
gpio: ep93xx: Use devm_ioremap_resource()
authorJingoo Han <jg1.han@samsung.com>
Tue, 27 May 2014 06:25:51 +0000 (15:25 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 27 May 2014 14:00:58 +0000 (16:00 +0200)
commitc829f956f14b61cd6c390c5daced537613798239
treef184c926d05bc989fe87b4ab720fd5bb9f286b6d
parent3e3bed913e8bbd78f38cefd5d575475f45c05dd0
gpio: ep93xx: Use devm_ioremap_resource()

Use devm_ioremap_resource() because devm_request_and_ioremap() is
obsoleted by devm_ioremap_resource().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ep93xx.c