diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 4fc838354e31..a1bd6affb508 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -361,7 +361,7 @@ static void __init omap_hwmod_init_postsetup(void) | |||
361 | u8 postsetup_state; | 361 | u8 postsetup_state; |
362 | 362 | ||
363 | /* Set the default postsetup state for all hwmods */ | 363 | /* Set the default postsetup state for all hwmods */ |
364 | #ifdef CONFIG_PM_RUNTIME | 364 | #ifdef CONFIG_PM |
365 | postsetup_state = _HWMOD_STATE_IDLE; | 365 | postsetup_state = _HWMOD_STATE_IDLE; |
366 | #else | 366 | #else |
367 | postsetup_state = _HWMOD_STATE_ENABLED; | 367 | postsetup_state = _HWMOD_STATE_ENABLED; |