commit | c65dd445c97a28963894451878cdc6b580f3382e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:56 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:30:51 2014 -0600 |
tree | 9060222d25dcb950d513165c8d27e2948db58a08 | |
parent | 6227fb87c4afbbabb9fda9894143ae98aa2cadd4 [diff] |
dm: gpio: imx: 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>