commit | 57d99d368e0eff624c5403b1f04d2548c5813598 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:52 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:29:53 2014 -0600 |
tree | f1dce51a8fc0e7f72dd47f24fcfeb638b5179e2f | |
parent | 4324174d0308c9c81ce246a8e82d2faaefb6d973 [diff] |
dm: gpio: tegra: 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>