Message ID | 20240813071125.1044697-1-cuigaosheng1@huawei.com |
---|---|
State | New |
Headers | show |
Series | [-next] ARM: OMAP1: Remove unused declarations in arch/arm/mach-omap1/pm.h | expand |
On Tue, 13 Aug 2024 15:11:25 +0800, Gaosheng Cui wrote: > The omap1510_idle_loop_suspend/_sz() and omap1610_idle_loop_suspend/_sz() > has been removed since commit feb72f3b313e ("ARM: OMAP1: Remove > omap_sram_idle()"), so remove them. > > Applied, thanks! [1/1] ARM: OMAP1: Remove unused declarations in arch/arm/mach-omap1/pm.h commit: 1934b0c82e980df4c9503315bed4e178905cc1d8 Best regards,
diff --git a/arch/arm/mach-omap1/pm.h b/arch/arm/mach-omap1/pm.h index d4373a5c4697..b2763fb097ea 100644 --- a/arch/arm/mach-omap1/pm.h +++ b/arch/arm/mach-omap1/pm.h @@ -114,13 +114,9 @@ extern void omap1_pm_suspend(void); extern void omap1510_cpu_suspend(unsigned long, unsigned long); extern void omap1610_cpu_suspend(unsigned long, unsigned long); -extern void omap1510_idle_loop_suspend(void); -extern void omap1610_idle_loop_suspend(void); extern unsigned int omap1510_cpu_suspend_sz; extern unsigned int omap1610_cpu_suspend_sz; -extern unsigned int omap1510_idle_loop_suspend_sz; -extern unsigned int omap1610_idle_loop_suspend_sz; #ifdef CONFIG_OMAP_SERIAL_WAKE extern void omap_serial_wake_trigger(int enable);
The omap1510_idle_loop_suspend/_sz() and omap1610_idle_loop_suspend/_sz() has been removed since commit feb72f3b313e ("ARM: OMAP1: Remove omap_sram_idle()"), so remove them. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> --- arch/arm/mach-omap1/pm.h | 4 ---- 1 file changed, 4 deletions(-)