On Fri, Feb 25, 2011 at 03:41:01PM +0530, Hema HK wrote: > @@ -520,8 +524,8 @@ static int omap2430_resume(struct device *dev) > } > > static struct dev_pm_ops omap2430_pm_ops = { > - .suspend = omap2430_suspend, > - .resume = omap2430_resume, > + .runtime_suspend = omap2430_suspend, > + .runtime_resume = omap2430_resume, while at that, please rename omap2430_suspend to omap2430_runtime_suspend and omap2430_resume to omap2430_runtime_resume just to keep consistency. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html