]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
OPP: Remove unused declarations in header file
authorZhang Zekun <zhangzekun11@huawei.com>
Sat, 7 Sep 2024 08:07:01 +0000 (16:07 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 1 Oct 2024 04:54:08 +0000 (10:24 +0530)
commit217fa3961a5915a12e4ef6982e593e5215f8499c
treeeacf7a16cb5c48d2a68e94f2d5f24b920bcef84a
parent9852d85ec9d492ebef56dc5f229416c925758edc
OPP: Remove unused declarations in header file

The definition of _update_set_required_opps() has been removed since
commit e37440e7e2c2 ("OPP: Call dev_pm_opp_set_opp() for required
OPPs").

Besides, the definition of _put_opp_list_kref() has been removed since
commit 03758d60265c ("opp: Replace list_kref with a local counter").
Let's remove the empty declarations in header file.

Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/opp.h