diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-27 13:07:21 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-29 11:29:04 +0200 |
commit | fa243f645af7116dbc157e48e9b2c0a305e2598e (patch) | |
tree | 324875f179da46876657b7656bf2a2c12019d9af /drivers/mmc/host/sdhci-pltfm.h | |
parent | mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPS (diff) | |
download | linux-fa243f645af7116dbc157e48e9b2c0a305e2598e.tar.xz linux-fa243f645af7116dbc157e48e9b2c0a305e2598e.zip |
mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPS
Due to previous changes this define has no longer a purpose. Instead move
the sdhci-pltfm drivers over to use the exported struct sdhci_pltfm_pmops.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index 0883a2a5caf0..3280f2077959 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -110,6 +110,5 @@ static inline void *sdhci_pltfm_priv(struct sdhci_pltfm_host *host) } extern const struct dev_pm_ops sdhci_pltfm_pmops; -#define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ |