dm: gpio: exynos: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:55 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:30:51 +0000 (19:30 -0600)
commit6227fb87c4afbbabb9fda9894143ae98aa2cadd4
tree56c23223de74a48c521e215eda4de614a54739c9
parent3dd2d480558f45152a5d2ab5590c657055f1a756
dm: gpio: exynos: Drop request()/free() in the driver

Now that the uclass supports gpio_request/free() there is no need for the
driver to implement it too. Drop this unnecessary code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/s5p_gpio.c