aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/power/opp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/power/opp.c b/drivers/base/power/opp.c
index e1807268cbf2..fa065d6e1731 100644
--- a/drivers/base/power/opp.c
+++ b/drivers/base/power/opp.c
@@ -518,7 +518,8 @@ static void kfree_device_rcu(struct rcu_head *head)
518 kfree_rcu(device_opp, rcu_head); 518 kfree_rcu(device_opp, rcu_head);
519} 519}
520 520
521void __dev_pm_opp_remove(struct device_opp *dev_opp, struct dev_pm_opp *opp) 521static void __dev_pm_opp_remove(struct device_opp *dev_opp,
522 struct dev_pm_opp *opp)
522{ 523{
523 /* 524 /*
524 * Notify the changes in the availability of the operable 525 * Notify the changes in the availability of the operable