Hi Viresh, On Fri, Feb 24 2012, Viresh Kumar wrote: > From: Shiraz Hashim <shiraz.hashim@xxxxxx> > > Signed-off-by: Shiraz Hashim <shiraz.hashim@xxxxxx> > --- > drivers/mmc/host/sdhci-spear.c | 9 ++------- > 1 files changed, 2 insertions(+), 7 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-spear.c b/drivers/mmc/host/sdhci-spear.c > index b7f8b33..6dfa82e 100644 > --- a/drivers/mmc/host/sdhci-spear.c > +++ b/drivers/mmc/host/sdhci-spear.c > @@ -300,20 +300,15 @@ static int sdhci_resume(struct device *dev) > > return sdhci_resume_host(host); > } > - > -const struct dev_pm_ops sdhci_pm_ops = { > - .suspend = sdhci_suspend, > - .resume = sdhci_resume, > -}; > #endif > > +static SIMPLE_DEV_PM_OPS(sdhci_pm_ops, sdhci_suspend, sdhci_resume); > + > static struct platform_driver sdhci_driver = { > .driver = { > .name = "sdhci", > .owner = THIS_MODULE, > -#ifdef CONFIG_PM > .pm = &sdhci_pm_ops, > -#endif > }, > .probe = sdhci_probe, > .remove = __devexit_p(sdhci_remove), Thanks, pushed to mmc-next for 3.4. - Chris. -- Chris Ball <cjb@xxxxxxxxxx> <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html