aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 66a656eb335b..8b5976364619 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -351,8 +351,6 @@ struct dev_pm_ops {
351#define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) 351#define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
352#endif 352#endif
353 353
354#define SET_PM_RUNTIME_PM_OPS SET_RUNTIME_PM_OPS
355
356/* 354/*
357 * Use this if you want to use the same suspend and resume callbacks for suspend 355 * Use this if you want to use the same suspend and resume callbacks for suspend
358 * to RAM and hibernation. 356 * to RAM and hibernation.