From b12ff41658171f53e81fbe1b53a4bde6e69af3be Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 30 Sep 2015 17:50:20 +0200 Subject: ARM: shmobile: r8a7779: Remove legacy PM Domain remainings As of commit c99cd90d98a98aa1 ("ARM: shmobile: r8a7779: Remove legacy SoC code"), r8a7779_init_pm_domains() is no longer called. Remove all related legacy PM Domain code. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/mach-shmobile/r8a7779.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/arm/mach-shmobile/r8a7779.h') diff --git a/arch/arm/mach-shmobile/r8a7779.h b/arch/arm/mach-shmobile/r8a7779.h index aad833a8f0b8..e1aaa2ef9376 100644 --- a/arch/arm/mach-shmobile/r8a7779.h +++ b/arch/arm/mach-shmobile/r8a7779.h @@ -3,12 +3,6 @@ extern void r8a7779_pm_init(void); -#ifdef CONFIG_PM -extern void __init r8a7779_init_pm_domains(void); -#else -static inline void r8a7779_init_pm_domains(void) {} -#endif /* CONFIG_PM */ - extern struct smp_operations r8a7779_smp_ops; #endif /* __ASM_R8A7779_H__ */ -- cgit v1.2.3