ARM: OMAP2+: Fix build with CONFIG_SMP and CONFIG_PM is not set
I found one more make randconfig build error with the recent
SMP kexec changes. We need the mpuss now always available early.
Fixes: 0573b957fc
("ARM: OMAP4+: Prevent CPU1 related hang
with kexec")
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
static void __iomem *sar_base;
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#if defined(CONFIG_PM) && defined(CONFIG_SMP)
|
||||
|
||||
struct omap4_cpu_pm_info {
|
||||
struct powerdomain *pwrdm;
|
||||
|
Reference in New Issue
Block a user