ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handling
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 4 Sep 2013 07:59:51 +0000 (08:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 19 Sep 2013 19:12:23 +0000 (20:12 +0100)
There is no need for every driver to fetch a pinctrl handle and to
select the default state. Instead this is handled by the device driver
core, thus we can remove this piece of code from mmci.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found