projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6f34e
)
PM / OPP: export dev_pm_opp_get_notifier
author
Nishanth Menon
<nm@ti.com>
Wed, 24 Dec 2014 17:22:55 +0000
(11:22 -0600)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Fri, 23 Jan 2015 21:28:24 +0000
(22:28 +0100)
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>
drivers/base/power/opp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/power/opp.c
b/drivers/base/power/opp.c
index 106c69359306b595e74075853ae8cc4e1465924f..435c94e93263535708d85a536f43c0e56d839059 100644
(file)
--- a/
drivers/base/power/opp.c
+++ b/
drivers/base/power/opp.c
@@
-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
/**