PM: Add convenience macro to make switching to dev_pm_ops less error-prone
authorAlbin Tonnerre <albin.tonnerre@free-electrons.com>
Wed, 5 Aug 2009 21:59:59 +0000 (23:59 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 14 Sep 2009 18:27:00 +0000 (20:27 +0200)
commit9d62ec6ca71d71c8a0d2cb1004f476d33f668955
tree9add05fac4a177024f6de235b5d9b82054e24b27
parent8dd2b42665f9d4ca4fded99f048631b60f669dc5
PM: Add convenience macro to make switching to dev_pm_ops less error-prone

In a number of cases, the .suspend, .freeze, .poweroff and .resume,
.thaw, .restore functions are identical. However, they all need to be
assigned to avoid regressionsm as the previous code called .suspend
resp. .resume in all those cases. SIMPLE_DEV_PM_OPS helps to deal
with this case.

[rjw: Changed the name of the macro and added the comment explaining its
 purpose.]

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
include/linux/pm.h