commit | 46715a8642a81a625808612fad0ecc06bad1e3ab | [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 | 7fcb5fed6199305409b0b02993a3c4917e59d79c [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>