commit | eddbc3abc5bf11bdfc92ef84fd97ec4d379b7278 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Dec 18 15:44:32 2014 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jan 19 09:56:16 2015 +0100 |
tree | ddca9bee9a9c0aa6b7c8c253a16ec7691e128c7b | |
parent | c2f28eecdab3894a931c34c1904bdb502bd0a05f [diff] |
mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOs The slot-gpio uses the devm*_ managed functions. Still it provide APIs to explicitly free requested CD/WP GPIOs, but these API isn't being used. Therefore let's simplify slot-gpio by removing these unused APIs. If it later turns out we need some of them, we can always consider to restore the code. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>