diff options
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index f38cf7c110cc..95cad252eb1b 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -297,7 +297,7 @@ static void __init exynos_dt_machine_init(void) | |||
297 | * This is called from smp_prepare_cpus if we've built for SMP, but | 297 | * This is called from smp_prepare_cpus if we've built for SMP, but |
298 | * we still need to set it up for PM and firmware ops if not. | 298 | * we still need to set it up for PM and firmware ops if not. |
299 | */ | 299 | */ |
300 | if (!IS_ENABLED(SMP)) | 300 | if (!IS_ENABLED(CONFIG_SMP)) |
301 | exynos_sysram_init(); | 301 | exynos_sysram_init(); |
302 | 302 | ||
303 | exynos_cpuidle_init(); | 303 | exynos_cpuidle_init(); |