On 23.09.2013 23:20, Felipe Balbi wrote:
> On Sun, Sep 22, 2013 at 01:46:58PM +0200, Daniel Mack wrote:

>> -static struct dev_pm_ops am35x_pm_ops = {
>> -    .suspend        = am35x_suspend,
>> -    .resume         = am35x_resume,
>> -};
>> +static SIMPLE_DEV_PM_OPS(am35x_pm_ops, am35x_suspend, am35x_resume);
> 
> you could as well remove the DEV_PM_OPS trickery. Ditto for all other
> patches

Yes, I noticed that too. That's why I sent out a v2 of the series :)


Thanks,
Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to