On Thursday, October 01, 2015 12:22:53 PM Stephen Boyd wrote: > Export these symbols so they can be used in loadable kernel > modules. > > Cc: Rob Clark <[email protected]> > Cc: Rajendra Nayak <[email protected]> > Cc: Rafael J. Wysocki <[email protected]> > Cc: Kevin Hilman <[email protected]> > Cc: Ulf Hansson <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > > drivers/base/power/domain.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c > index cf4950d92937..9b0f5a06a82b 100644 > --- a/drivers/base/power/domain.c > +++ b/drivers/base/power/domain.c > @@ -1348,6 +1348,7 @@ int pm_genpd_add_subdomain(struct generic_pm_domain > *genpd, > > return ret; > } > +EXPORT_SYMBOL_GPL(pm_genpd_add_subdomain); > > /** > * pm_genpd_remove_subdomain - Remove a subdomain from an I/O PM domain. > @@ -1395,6 +1396,7 @@ out: > > return ret; > } > +EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain); > > /* Default device callbacks for generic PM domains. */
This is fine by me, please feel free to add my ACK to it. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
