[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1447775249-26252-1-git-send-email-Maruthi.Bayyavarapu@amd.com>
Date: Tue, 17 Nov 2015 21:17:29 +0530
From: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@....com>
To: <rjw@...ysocki.net>, <khilman@...nel.org>,
<ulf.hansson@...aro.org>, <len.brown@...el.com>, <pavel@....cz>,
<gregkh@...uxfoundation.org>
CC: <broonie@...nel.org>, <linux-pm@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@....com>,
Maruthi Bayyavarapu <maruthi.bayyavarapu@....com>
Subject: [PATCH v2] PM / Domains: export __pm_genpd_add_device symbol
Drivers which can be built as loadable module needs symbol
- pm_genpd_add_device to add devices to genpd.
Those drivers create platform devices, which comes under a powerdomain.
Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@....com>
---
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 f932058..cfa59e3 100644
--- a/drivers/base/power/domain.c
+++ b/drivers/base/power/domain.c
@@ -1252,6 +1252,7 @@ int __pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev,
return ret;
}
+EXPORT_SYMBOL_GPL(__pm_genpd_add_device);
/**
* pm_genpd_remove_device - Remove a device from an I/O PM domain.
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists