diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-10-21 11:22:35 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-11-10 12:40:31 +0100 |
commit | cc9571e85808dfc121e4fda5c75c9a3c3c75e514 (patch) | |
tree | 63916e4ac76578528fea98e68758dec4f2e469ee /include/linux/platform_data | |
parent | 668e84b20f7a76c7aacfc907906400b844561276 (diff) | |
download | op-kernel-dev-cc9571e85808dfc121e4fda5c75c9a3c3c75e514.zip op-kernel-dev-cc9571e85808dfc121e4fda5c75c9a3c3c75e514.tar.gz |
mmc: sdhci-pxav3: Move private driver data to driver source
struct sdhci_pxa is only used in sdhci_pxa driver itself, so move it
there.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/pxa_sdhci.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/platform_data/pxa_sdhci.h b/include/linux/platform_data/pxa_sdhci.h index 27d3156..9e20c2f 100644 --- a/include/linux/platform_data/pxa_sdhci.h +++ b/include/linux/platform_data/pxa_sdhci.h @@ -55,9 +55,4 @@ struct sdhci_pxa_platdata { unsigned int quirks2; unsigned int pm_caps; }; - -struct sdhci_pxa { - u8 clk_enable; - u8 power_mode; -}; #endif /* _PXA_SDHCI_H_ */ |