diff options
| author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-12-11 05:20:36 -0500 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-12-12 18:45:24 -0500 |
| commit | 40bd62c6194bdee1bc6652b3b0aa28e34883f603 (patch) | |
| tree | 728a1b4f4256d8ceb1ea954584c369a871ad3484 /include/linux | |
| parent | c3cb6ba415169d66ed29521d249742e667c80697 (diff) | |
PM: Remove the SET_PM_RUNTIME_PM_OPS() macro
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pm.h | 2 |
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. |
