diff options
-rw-r--r-- | drivers/base/power/opp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/power/opp.c b/drivers/base/power/opp.c index c8ec186303db..ef89897c6043 100644 --- a/drivers/base/power/opp.c +++ b/drivers/base/power/opp.c | |||
@@ -460,6 +460,7 @@ int opp_add(struct device *dev, unsigned long freq, unsigned long u_volt) | |||
460 | srcu_notifier_call_chain(&dev_opp->head, OPP_EVENT_ADD, new_opp); | 460 | srcu_notifier_call_chain(&dev_opp->head, OPP_EVENT_ADD, new_opp); |
461 | return 0; | 461 | return 0; |
462 | } | 462 | } |
463 | EXPORT_SYMBOL_GPL(opp_add); | ||
463 | 464 | ||
464 | /** | 465 | /** |
465 | * opp_set_availability() - helper to set the availability of an opp | 466 | * opp_set_availability() - helper to set the availability of an opp |