]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: omap3: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:53 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:30:50 +0000 (19:30 -0600)
commit5aff3acdb75bf075a746783eace341300191a061
treed40edc1fd6a9c6a9412924e4b8b675c3c4347a07
parent57d99d368e0eff624c5403b1f04d2548c5813598
dm: gpio: omap3: 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/omap_gpio.c