commit | 642aa8cee7b84eee1dc4897e301611cffa6d5775 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Apr 21 14:28:55 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Apr 25 16:10:15 2016 +0200 |
tree | c18256bd49bd403176079ec4b0e7a299c1ee2b54 | |
parent | 45ca36ad7cd5784c6326504a8f54df4cccaa8852 [diff] |
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>