Skip to content

Commit 1934b0c

Browse files
gscuikhilman
authored andcommitted
ARM: OMAP1: Remove unused declarations in arch/arm/mach-omap1/pm.h
The omap1510_idle_loop_suspend/_sz() and omap1610_idle_loop_suspend/_sz() has been removed since commit feb72f3 ("ARM: OMAP1: Remove omap_sram_idle()"), so remove them. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Link: https://lore.kernel.org/r/20240813071125.1044697-1-cuigaosheng1@huawei.com Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent fcd5b74 commit 1934b0c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • arch/arm/mach-omap1

arch/arm/mach-omap1/pm.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,9 @@ extern void omap1_pm_suspend(void);
114114

115115
extern void omap1510_cpu_suspend(unsigned long, unsigned long);
116116
extern void omap1610_cpu_suspend(unsigned long, unsigned long);
117-
extern void omap1510_idle_loop_suspend(void);
118-
extern void omap1610_idle_loop_suspend(void);
119117

120118
extern unsigned int omap1510_cpu_suspend_sz;
121119
extern unsigned int omap1610_cpu_suspend_sz;
122-
extern unsigned int omap1510_idle_loop_suspend_sz;
123-
extern unsigned int omap1610_idle_loop_suspend_sz;
124120

125121
#ifdef CONFIG_OMAP_SERIAL_WAKE
126122
extern void omap_serial_wake_trigger(int enable);

0 commit comments

Comments
 (0)