Skip to content

Commit

Permalink
Merge branch 'pm-domains'
Browse files Browse the repository at this point in the history
* pm-domains:
  PM / Domains: export symbols to add/remove devices from genpd
  • Loading branch information
Rafael J. Wysocki committed Jan 12, 2016
2 parents b366f97 + e219aaf commit 9326806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/base/power/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,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.
Expand Down Expand Up @@ -1313,6 +1314,7 @@ int pm_genpd_remove_device(struct generic_pm_domain *genpd,

return ret;
}
EXPORT_SYMBOL_GPL(pm_genpd_remove_device);

/**
* pm_genpd_add_subdomain - Add a subdomain to an I/O PM domain.
Expand Down

0 comments on commit 9326806

Please sign in to comment.