commit | 8e5f623a6cda291439b9f8d8e74e68298f4b6571 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:55 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:30:51 2014 -0600 |
tree | 56c23223de74a48c521e215eda4de614a54739c9 | |
parent | 859896c675c4fe2378d057a60c1c25ca0c65a4b6 [diff] |
dm: gpio: exynos: 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>