mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
PM / OPP: export dev_pm_opp_get_notifier
Allows user drivers such as devfreq to be modules. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
ec6f34e5b5
commit
4679ec3727
@ -742,6 +742,7 @@ struct srcu_notifier_head *dev_pm_opp_get_notifier(struct device *dev)
|
||||
|
||||
return &dev_opp->srcu_head;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dev_pm_opp_get_notifier);
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user