aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-11-27 18:41:48 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-11-27 18:41:48 +0100
commit07d66acad26bad33defbf26516d0a84261ae6adc (patch)
treee13425163a553439ebef4d00b5e7ac4bd171ef67 /drivers
parentMerge branch 'pm-cpuidle' (diff)
parentMerge tag 'opp-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm (diff)
downloadwireguard-linux-07d66acad26bad33defbf26516d0a84261ae6adc.tar.xz
wireguard-linux-07d66acad26bad33defbf26516d0a84261ae6adc.zip
Merge branch 'pm-opp'
Merge OPP (Operating Performance Points) changes for 6.13-rc1: - Describe opp-supported-hw property for ti-cpu (Dhruva Gole). - Remove unused declarations from the OPP header file (Zhang Zekun). * pm-opp: dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw OPP: Remove unused declarations in header file
Diffstat (limited to 'drivers')
-rw-r--r--drivers/opp/opp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/opp/opp.h b/drivers/opp/opp.h
index cff1fabd1ae3..882e32f121d3 100644
--- a/drivers/opp/opp.h
+++ b/drivers/opp/opp.h
@@ -262,9 +262,7 @@ int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *o
int _opp_add_v1(struct opp_table *opp_table, struct device *dev, struct dev_pm_opp_data *data, bool dynamic);
void _dev_pm_opp_cpumask_remove_table(const struct cpumask *cpumask, int last_cpu);
struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
-void _put_opp_list_kref(struct opp_table *opp_table);
void _required_opps_available(struct dev_pm_opp *opp, int count);
-void _update_set_required_opps(struct opp_table *opp_table);
static inline bool lazy_linking_pending(struct opp_table *opp_table)
{