Skip to content

Commit

Permalink
PM: Remove the SET_PM_RUNTIME_PM_OPS() macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ulf Hansson authored and Rafael J. Wysocki committed Dec 12, 2014
1 parent c3cb6ba commit 40bd62c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 40bd62c

Please sign in to comment.