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

2011-10-07 Thread Tony Lindgren
FIG_OMAP_32K timer. Corrected patch below. Tony From: Tony Lindgren 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 both

[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 diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.