diff mbox series

[1/3] ARM: OMAP2+: Remove orphan declarations from arch/arm/mach-omap2/pm.h

Message ID 20220920130110.1104272-2-cuigaosheng1@huawei.com
State New
Headers show
Series Remove unused declarations from arm | expand

Commit Message

Gaosheng Cui Sept. 20, 2022, 1:01 p.m. UTC
omap24xx_idle_loop_suspend() and omap24xx_idle_loop_suspend_sz have
been removed since commit 088e8806c411 ("ARM: OMAP2xxx: PM: enter
WFI via inline asm if CORE stays active"), so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-omap2/pm.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h
index 80e84ae66aee..e7af528653a2 100644
--- a/arch/arm/mach-omap2/pm.h
+++ b/arch/arm/mach-omap2/pm.h
@@ -58,9 +58,6 @@  extern void pm_dbg_update_time(struct powerdomain *pwrdm, int prev);
 #endif /* CONFIG_PM_DEBUG */
 
 /* 24xx */
-extern void omap24xx_idle_loop_suspend(void);
-extern unsigned int omap24xx_idle_loop_suspend_sz;
-
 extern void omap24xx_cpu_suspend(u32 dll_ctrl, void __iomem *sdrc_dlla_ctrl,
 					void __iomem *sdrc_power);
 extern unsigned int omap24xx_cpu_suspend_sz;