]> git.baikalelectronics.ru Git - kernel.git/commit
PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OF
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 21 Apr 2016 08:58:55 +0000 (14:28 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Apr 2016 14:10:15 +0000 (16:10 +0200)
commit38f6c44df8909df48852abaf13869f484e149805
treec18256bd49bd403176079ec4b0e7a299c1ee2b54
parent7c838aa02be74d7774dd88832f203e33dd6ff659
PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OF

dev_pm_opp_set_sharing_cpus() doesn't do any DT specific stuff and its
declarations are added within the CONFIG_OF ifdef by mistake. Take them
out of that.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/pm_opp.h