diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm-debug.c')
| -rw-r--r-- | arch/arm/mach-omap2/pm-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 94036241cec..119e6756883 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -39,7 +39,7 @@ #include "pm-debug-regs.h" /* enable_off_mode is the runtime flag for enable/disable of offmode */ -u32 enable_off_mode; +u32 enable_off_mode = 1; /* * global_disable_off_mode supercedes enable_off_mode and keeps |