diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-13 06:32:07 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-13 06:32:07 -0400 |
commit | 796204142a98b6e0e71b494e808d1b6ee62cc75f (patch) | |
tree | f23c361d73b53633ee3106f6f68927d5550289df /arch/arm/mach-shmobile/include | |
parent | 5125bbf3880755419eff68672623cde49c4f31e8 (diff) |
ARM / shmobile: Use pm_genpd_poweroff_unused()
Make shmobile use pm_genpd_poweroff_unused() instead of the
open-coded powering off PM domains without devices in use.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 73a76d75ccbc..06aecb31d9c7 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -12,7 +12,6 @@ extern struct platform_suspend_ops shmobile_suspend_ops; | |||
12 | struct cpuidle_device; | 12 | struct cpuidle_device; |
13 | extern void (*shmobile_cpuidle_modes[])(void); | 13 | extern void (*shmobile_cpuidle_modes[])(void); |
14 | extern void (*shmobile_cpuidle_setup)(struct cpuidle_device *dev); | 14 | extern void (*shmobile_cpuidle_setup)(struct cpuidle_device *dev); |
15 | extern void (*shmobile_runtime_pm_late_init)(void); | ||
16 | 15 | ||
17 | extern void sh7367_init_irq(void); | 16 | extern void sh7367_init_irq(void); |
18 | extern void sh7367_add_early_devices(void); | 17 | extern void sh7367_add_early_devices(void); |