aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-07-10 10:38:34 +0200
committerRafael J. Wysocki <rjw@sisk.pl>2011-07-10 10:38:34 +0200
commit999a4d2a4da0527567e4b17d4da0782509358a83 (patch)
tree39acdada163f111d6f41457dce08d834a650bef6 /arch/arm/mach-shmobile/include
parentd24771dec9c62945a5d1c6a37e7a04f5c2a2ae6f (diff)
downloadkernel_samsung_smdk4412-999a4d2a4da0527567e4b17d4da0782509358a83.zip
kernel_samsung_smdk4412-999a4d2a4da0527567e4b17d4da0782509358a83.tar.gz
kernel_samsung_smdk4412-999a4d2a4da0527567e4b17d4da0782509358a83.tar.bz2
ARM: mach-shmobile: Runtime PM late init callback
Add a mach-shmobile specific callback for SoC-specific code to hook into. By having the late_initcall() in a common place we can have multi-SoC/board support in the same kernel binary. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index 06aecb3..73a76d7 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -12,6 +12,7 @@ extern struct platform_suspend_ops shmobile_suspend_ops;
struct cpuidle_device;
extern void (*shmobile_cpuidle_modes[])(void);
extern void (*shmobile_cpuidle_setup)(struct cpuidle_device *dev);
+extern void (*shmobile_runtime_pm_late_init)(void);
extern void sh7367_init_irq(void);
extern void sh7367_add_early_devices(void);