Re: [PATCH] mmc: sdhci: remove "state" argument from sdhci_suspend_host

2011-11-02 Thread Adrian Hunter
On 02/11/11 14:13, Manuel Lauss wrote: > Drop the "state" argument from sdhci_suspend_host. It's only user > is the PCI glue; this allows to move all SDHCI glues to use > dev_pm_ops instead. > > Signed-off-by: Manuel Lauss > --- > drivers/mmc/host/sdhci-cns3xxx.c |5 + > drivers/mmc/

[PATCH] mmc: sdhci: remove "state" argument from sdhci_suspend_host

2011-11-02 Thread Manuel Lauss
Drop the "state" argument from sdhci_suspend_host. It's only user is the PCI glue; this allows to move all SDHCI glues to use dev_pm_ops instead. Signed-off-by: Manuel Lauss --- drivers/mmc/host/sdhci-cns3xxx.c |5 + drivers/mmc/host/sdhci-dove.c |5 + drivers/mmc/host/s