Message ID | 20220920130110.1104272-2-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove unused declarations from arm | expand |
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;
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(-)