Skip to content

Commit 3c89664

Browse files
gscuikrzk
authored andcommitted
ARM: s3c: remove unused s3c2410_cpu_suspend() declaration
The s3c2410_cpu_suspend() has been removed since commit 61b7f89 ("ARM: s3c: remove all s3c24xx support"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: 61b7f89 ("ARM: s3c: remove all s3c24xx support") Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent d248577 commit 3c89664

File tree

1 file changed

+0
-2
lines changed
  • arch/arm/mach-s3c

1 file changed

+0
-2
lines changed

arch/arm/mach-s3c/pm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ extern unsigned long s3c_pm_flags;
4848

4949
/* from sleep.S */
5050

51-
extern int s3c2410_cpu_suspend(unsigned long);
52-
5351
#ifdef CONFIG_PM_SLEEP
5452
extern int s3c_irq_wake(struct irq_data *data, unsigned int state);
5553
extern void s3c_cpu_resume(void);

0 commit comments

Comments
 (0)