mmc: remove the "state" argument to mmc_suspend_host()
Even though many mmc host drivers pass a pm_message_t argument to mmc_suspend_host() that argument isn't used the by MMC core. As host drivers are converted to dev_pm_ops they'll have to construct pm_message_t's (as they won't be passed by the PM subsystem any more) just to appease the mmc suspend interface. We might as well just delete the unused paramter. Signed-off-by:Matt Fleming <matt@console-pimps.org> Acked-by:
Anton Vorontsov <cbouatmailru@gmail.com> Acked-by:
Michal Miroslaw <mirq-linux@rere.qmqm.pl>ZZ> Acked-by:
Sascha Sommer <saschasommer@freenet.de> Cc: <linux-mmc@vger.kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/mmc/core/core.c 1 addition, 2 deletionsdrivers/mmc/core/core.c
- drivers/mmc/host/at91_mci.c 1 addition, 1 deletiondrivers/mmc/host/at91_mci.c
- drivers/mmc/host/au1xmmc.c 1 addition, 1 deletiondrivers/mmc/host/au1xmmc.c
- drivers/mmc/host/bfin_sdh.c 1 addition, 1 deletiondrivers/mmc/host/bfin_sdh.c
- drivers/mmc/host/cb710-mmc.c 1 addition, 1 deletiondrivers/mmc/host/cb710-mmc.c
- drivers/mmc/host/davinci_mmc.c 1 addition, 2 deletionsdrivers/mmc/host/davinci_mmc.c
- drivers/mmc/host/imxmmc.c 1 addition, 1 deletiondrivers/mmc/host/imxmmc.c
- drivers/mmc/host/mmci.c 1 addition, 1 deletiondrivers/mmc/host/mmci.c
- drivers/mmc/host/msm_sdcc.c 1 addition, 1 deletiondrivers/mmc/host/msm_sdcc.c
- drivers/mmc/host/mvsdio.c 1 addition, 1 deletiondrivers/mmc/host/mvsdio.c
- drivers/mmc/host/mxcmmc.c 1 addition, 1 deletiondrivers/mmc/host/mxcmmc.c
- drivers/mmc/host/omap.c 1 addition, 1 deletiondrivers/mmc/host/omap.c
- drivers/mmc/host/omap_hsmmc.c 1 addition, 1 deletiondrivers/mmc/host/omap_hsmmc.c
- drivers/mmc/host/pxamci.c 1 addition, 1 deletiondrivers/mmc/host/pxamci.c
- drivers/mmc/host/s3cmci.c 1 addition, 2 deletionsdrivers/mmc/host/s3cmci.c
- drivers/mmc/host/sdhci-of-core.c 1 addition, 1 deletiondrivers/mmc/host/sdhci-of-core.c
- drivers/mmc/host/sdhci.c 1 addition, 1 deletiondrivers/mmc/host/sdhci.c
- drivers/mmc/host/sdricoh_cs.c 1 addition, 1 deletiondrivers/mmc/host/sdricoh_cs.c
- drivers/mmc/host/tifm_sd.c 1 addition, 1 deletiondrivers/mmc/host/tifm_sd.c
- drivers/mmc/host/tmio_mmc.c 1 addition, 1 deletiondrivers/mmc/host/tmio_mmc.c
Loading
Please register or sign in to comment