commit | 5aff3acdb75bf075a746783eace341300191a061 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:53 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:30:50 2014 -0600 |
tree | d40edc1fd6a9c6a9412924e4b8b675c3c4347a07 | |
parent | 57d99d368e0eff624c5403b1f04d2548c5813598 [diff] |
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>