]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: sandbox: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:47 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:29:52 +0000 (19:29 -0600)
commit5e0bbd61df15040c23d7b3246fd522f555074dc6
tree809f6ab9067c991520c1c00928737fa5190bf209
parent62cb89d5ebbe1abd22df8d5d5f442989fc7558af
dm: gpio: sandbox: 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/sandbox.c