PM: Remove the SET_PM_RUNTIME_PM_OPS() macro
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 11 Dec 2014 10:20:36 +0000 (11:20 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 23:45:24 +0000 (00:45 +0100)
There're now no users left of the SET_PM_RUNTIME_PM_OPS() macro, since
all have converted to use the SET_RUNTIME_PM_OPS() macro instead, so
let's remove it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/pm.h

index 66a656eb335bba4ce49c6751867e9558749a65d1..8b5976364619a5ad113a4a4c8bc51155a526ae38 100644 (file)
@@ -351,8 +351,6 @@ struct dev_pm_ops {
 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
 #endif
 
-#define SET_PM_RUNTIME_PM_OPS  SET_RUNTIME_PM_OPS
-
 /*
  * Use this if you want to use the same suspend and resume callbacks for suspend
  * to RAM and hibernation.