mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-01 08:34:21 +00:00
PM / Domains: Add missing static storage class specifier in domain.c file
Fixes the folloiwng sparse warning: drivers/base/power/domain.c:149:5: warning: symbol '__pm_genpd_poweron' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
parent
62d4490294
commit
8951ef0219
@ -159,7 +159,7 @@ static void genpd_recalc_cpu_exit_latency(struct generic_pm_domain *genpd)
|
|||||||
* Restore power to @genpd and all of its masters so that it is possible to
|
* Restore power to @genpd and all of its masters so that it is possible to
|
||||||
* resume a device belonging to it.
|
* resume a device belonging to it.
|
||||||
*/
|
*/
|
||||||
int __pm_genpd_poweron(struct generic_pm_domain *genpd)
|
static int __pm_genpd_poweron(struct generic_pm_domain *genpd)
|
||||||
__releases(&genpd->lock) __acquires(&genpd->lock)
|
__releases(&genpd->lock) __acquires(&genpd->lock)
|
||||||
{
|
{
|
||||||
struct gpd_link *link;
|
struct gpd_link *link;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user