On Tue, Jun 12, 2012 at 2:45 AM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
The I2C specific suspend and resume functions have been deprecated and printing a warning on boot for over a year, dev_pm_ops should be used instead so convert to that.
Also remove the suspend function since all it does is log.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com Acked-by: Francisco Jerez currojerez@riseup.net
Thanks for this and I like the fact its been posted 5 times but never compiled once.
Can you at least test compile it?
comment below:
-}
- struct i2c_client *client = to_i2c_device(dev);
This isn't a function ^^
Dave.