PM / OPP: Staticize __dev_pm_opp_remove()
Its a local routine and need not be accessible outside of opp.c. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
1c6a662f89
commit
86453b473b
1 changed files with 2 additions and 1 deletions
|
@ -518,7 +518,8 @@ static void kfree_device_rcu(struct rcu_head *head)
|
||||||
kfree_rcu(device_opp, rcu_head);
|
kfree_rcu(device_opp, rcu_head);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __dev_pm_opp_remove(struct device_opp *dev_opp, struct dev_pm_opp *opp)
|
static void __dev_pm_opp_remove(struct device_opp *dev_opp,
|
||||||
|
struct dev_pm_opp *opp)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Notify the changes in the availability of the operable
|
* Notify the changes in the availability of the operable
|
||||||
|
|
Loading…
Add table
Reference in a new issue