diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2410.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2410.c b/arch/arm/mach-s3c24xx/s3c2410.c index 2a6985a4a0ff..5061d66ca10c 100644 --- a/arch/arm/mach-s3c24xx/s3c2410.c +++ b/arch/arm/mach-s3c24xx/s3c2410.c | |||
@@ -121,7 +121,7 @@ int __init s3c2410_init(void) | |||
121 | { | 121 | { |
122 | printk("S3C2410: Initialising architecture\n"); | 122 | printk("S3C2410: Initialising architecture\n"); |
123 | 123 | ||
124 | #ifdef CONFIG_PM | 124 | #ifdef CONFIG_PM_SLEEP |
125 | register_syscore_ops(&s3c2410_pm_syscore_ops); | 125 | register_syscore_ops(&s3c2410_pm_syscore_ops); |
126 | register_syscore_ops(&s3c24xx_irq_syscore_ops); | 126 | register_syscore_ops(&s3c24xx_irq_syscore_ops); |
127 | #endif | 127 | #endif |