cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 18 Jan 2024 10:49:13 +0000 (16:19 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 11 Mar 2024 05:09:24 +0000 (10:39 +0530)
commit838a4772bfc390a14b31c25dc4c9eb66de5f5b1a
treee8362a81f7732374b6e15ab7ba4024fd3cdcba73
parentabb3f9717a67a2666b2bc2f19543a657e3d4ad63
cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h

Move the declaration of functions defined in the OPP core to pm_opp.h.
These were added to cpufreq.h as it was the only user of the APIs, but
that was a mistake perhaps. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
include/linux/cpufreq.h
include/linux/pm_opp.h