Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328695
b: refs/heads/master
c: a62595d
h: refs/heads/master
i:
  328693: ceeb24e
  328691: 029519d
  328687: b03059a
v: v3
  • Loading branch information
Rafael J. Wysocki committed Sep 3, 2012
1 parent a20b821 commit faa9221
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45e5ca575647ebbca932f34a1ed915ae7a581cbb
refs/heads/master: a62595d359ba8ca0f25b93c06eab84ba97ca516f
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-shmobile/include/mach/pm-rmobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ struct rmobile_pm_domain *to_rmobile_pd(struct generic_pm_domain *d)
}

#ifdef CONFIG_PM
extern void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd);
extern void rmobile_init_domains(struct rmobile_pm_domain domains[], int num);
extern void rmobile_add_device_to_domain(const char *domain_name,
struct platform_device *pdev);
#else
#define rmobile_init_pm_domain(pd) do { } while (0)
#define rmobile_init_domains(domains, num) do { } while (0)
#define rmobile_add_device_to_domain(name, pdev) do { } while (0)
#endif /* CONFIG_PM */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-shmobile/pm-rmobile.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static int rmobile_pd_start_dev(struct device *dev)
return ret;
}

void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd)
static void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd)
{
struct generic_pm_domain *genpd = &rmobile_pd->genpd;
struct dev_power_governor *gov = rmobile_pd->gov;
Expand Down

0 comments on commit faa9221

Please sign in to comment.