Re: [PATCH] ARM: OMAP1: Fix warnings about enabling 32 KiHz timer

2011-10-07 Thread Tony Lindgren
: Tony Lindgren t...@atomide.com Date: Thu, 6 Oct 2011 17:05:51 -0700 Subject: [PATCH] ARM: OMAP1: Fix warnings about enabling 32 KiHz timer Fix Enable 32kHz OS timer in order to allow sleep states in idle warning. We are now compiling in bothe MPU timer and 32 KiHz timer, so this warning is only

[PATCH] ARM: OMAP1: Fix warnings about enabling 32 KiHz timer

2011-10-06 Thread Tony Lindgren
Fix Enable 32kHz OS timer in order to allow sleep states in idle warning. We are now compiling in bothe MPU timer and 32 KiHz timer, so this warning is only valid when CONFIG_OMAP_32K_TIMER is not set. Signed-off-by: Tony Lindgren t...@atomide.com diff --git a/arch/arm/mach-omap1/pm.c