|
@@ -1196,9 +1196,7 @@ static int omap_des_resume(struct device *dev)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-static const struct dev_pm_ops omap_des_pm_ops = {
|
|
|
- SET_SYSTEM_SLEEP_PM_OPS(omap_des_suspend, omap_des_resume)
|
|
|
-};
|
|
|
+static SIMPLE_DEV_PM_OPS(omap_des_pm_ops, omap_des_suspend, omap_des_resume);
|
|
|
|
|
|
static struct platform_driver omap_des_driver = {
|
|
|
.probe = omap_des_probe,
|