commit | a223d5ee3bf48f15e0b17b19028d6d59b60ae905 | [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 | 8e5f623a6cda291439b9f8d8e74e68298f4b6571 [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>