]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP1: Fix warnings about enabling 32 KiHz timer
authorTony Lindgren <tony@atomide.com>
Fri, 7 Oct 2011 00:05:51 +0000 (17:05 -0700)
committerTony Lindgren <tony@atomide.com>
Sat, 5 Nov 2011 01:07:15 +0000 (18:07 -0700)
commit57cf143ad503ddcb39409caed4f5b488f9dfc8c8
treef3cf7ef42e655eef98fdcc3f5f1ece89124c9658
parent88c41b698a3bd7041529ee50929976a05d23dd8c
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 valid when MPU_TIMER is set and OMAP_DM_TIMER
is not set.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/pm.c