PM / Domains: Make pm_genpd_{add,remove}_subdomain() available to modules

Export these symbols so they can be used in loadable kernel
modules.

Cc: Rob Clark <robdclark@gmail.com>
Cc: Rajendra Nayak <rnayak@codeaurora.org>
Cc: Kevin Hilman <khilman@kernel.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Rafael J. Wysocki <rjw@rjwysocki.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd 2015-10-01 12:22:53 -07:00
Родитель 8ce20e6617
Коммит d60ee966b2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1427,6 +1427,7 @@ int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(pm_genpd_add_subdomain);
/** /**
* pm_genpd_add_subdomain_names - Add a subdomain to an I/O PM domain. * pm_genpd_add_subdomain_names - Add a subdomain to an I/O PM domain.
@ -1503,6 +1504,7 @@ out:
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain);
/** /**
* pm_genpd_attach_cpuidle - Connect the given PM domain with cpuidle. * pm_genpd_attach_cpuidle - Connect the given PM domain with cpuidle.