mmc: sdhci: remove "state" argument from sdhci_suspend_host
Drop the "state" argument from sdhci_suspend_host. Its only user is the PCI glue; this allows to move all SDHCI glues to use dev_pm_ops instead. Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
@@ -2327,7 +2327,7 @@ out:
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
int sdhci_suspend_host(struct sdhci_host *host, pm_message_t state)
|
||||
int sdhci_suspend_host(struct sdhci_host *host)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user