linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM / Domains: Make pm_genpd_init() available to modules
@ 2015-08-13  6:21 Rajendra Nayak
  2015-08-13 18:11 ` Stephen Boyd
  2015-08-14  7:56 ` Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Rajendra Nayak @ 2015-08-13  6:21 UTC (permalink / raw)
  To: ulf.hansson, rjw; +Cc: linux-pm, linux-kernel, sboyd, geert, Rajendra Nayak

Export symbol pm_genpd_init so it can be used in loadable
kernel modules

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/base/power/domain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
index 0ee43c1..578d121 100644
--- a/drivers/base/power/domain.c
+++ b/drivers/base/power/domain.c
@@ -1952,6 +1952,7 @@ void pm_genpd_init(struct generic_pm_domain *genpd,
 	list_add(&genpd->gpd_list_node, &gpd_list);
 	mutex_unlock(&gpd_list_lock);
 }
+EXPORT_SYMBOL_GPL(pm_genpd_init);
 
 #ifdef CONFIG_PM_GENERIC_DOMAINS_OF
 /*
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-25 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13  6:21 [PATCH] PM / Domains: Make pm_genpd_init() available to modules Rajendra Nayak
2015-08-13 18:11 ` Stephen Boyd
2015-08-17  4:17   ` Rajendra Nayak
2015-08-14  7:56 ` Geert Uytterhoeven
2015-08-25 18:08   ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).