|
@@ -1504,7 +1504,7 @@ static int omap_i2c_runtime_resume(struct device *dev)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct dev_pm_ops omap_i2c_pm_ops = {
|
|
|
|
|
|
+static const struct dev_pm_ops omap_i2c_pm_ops = {
|
|
SET_RUNTIME_PM_OPS(omap_i2c_runtime_suspend,
|
|
SET_RUNTIME_PM_OPS(omap_i2c_runtime_suspend,
|
|
omap_i2c_runtime_resume, NULL)
|
|
omap_i2c_runtime_resume, NULL)
|
|
};
|
|
};
|