commit | 3dd2d480558f45152a5d2ab5590c657055f1a756 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:54 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:30:51 2014 -0600 |
tree | a259e1d49ec64153a232cc36bb52e117fdea8f91 | |
parent | 5aff3acdb75bf075a746783eace341300191a061 [diff] |
dm: gpio: rpi_b: 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>