aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2011-07-13 06:32:07 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2011-07-13 06:32:07 -0400
commit796204142a98b6e0e71b494e808d1b6ee62cc75f (patch)
treef23c361d73b53633ee3106f6f68927d5550289df /arch/arm/mach-shmobile/include
parent5125bbf3880755419eff68672623cde49c4f31e8 (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.h1
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;
12struct cpuidle_device; 12struct cpuidle_device;
13extern void (*shmobile_cpuidle_modes[])(void); 13extern void (*shmobile_cpuidle_modes[])(void);
14extern void (*shmobile_cpuidle_setup)(struct cpuidle_device *dev); 14extern void (*shmobile_cpuidle_setup)(struct cpuidle_device *dev);
15extern void (*shmobile_runtime_pm_late_init)(void);
16 15
17extern void sh7367_init_irq(void); 16extern void sh7367_init_irq(void);
18extern void sh7367_add_early_devices(void); 17extern void sh7367_add_early_devices(void);