summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2013-09-04 08:59:51 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-09-19 20:12:23 +0100
commitedaf6d3d264ae9323a53a49b2a1cf42cc5df1be2 (patch)
treee3d53ab80daf42da25087202a77a733cdcee5213 /drivers/mmc/host/mmci.h
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
downloadop-kernel-dev-edaf6d3d264ae9323a53a49b2a1cf42cc5df1be2.zip
op-kernel-dev-edaf6d3d264ae9323a53a49b2a1cf42cc5df1be2.tar.gz
ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handling
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>
Diffstat (limited to 'drivers/mmc/host/mmci.h')
-rw-r--r--drivers/mmc/host/mmci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/mmci.h b/drivers/mmc/host/mmci.h
index 69080fa..168bc72 100644
--- a/drivers/mmc/host/mmci.h
+++ b/drivers/mmc/host/mmci.h
@@ -200,10 +200,6 @@ struct mmci_host {
struct sg_mapping_iter sg_miter;
unsigned int size;
- /* pinctrl handles */
- struct pinctrl *pinctrl;
- struct pinctrl_state *pins_default;
-
#ifdef CONFIG_DMA_ENGINE
/* DMA stuff */
struct dma_chan *dma_current;
OpenPOWER on IntegriCloud