Re: [PATCH] arm: omap1: fix build when !CONFIG_OMAP_32K_TIMER

2014-02-13 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [140113 10:06]: If CONFIG_OMAP_32K_TIMER isn't enabled, we will try to use enable_dyn_sleep which wasn't defined anywhere. In order to fix the problem, we always define enable_dyn_sleep as 0 when !CONFIG_OMAP_32K_TIMER. Signed-off-by: Felipe Balbi ba...@ti.com

[PATCH] arm: omap1: fix build when !CONFIG_OMAP_32K_TIMER

2014-01-13 Thread Felipe Balbi
If CONFIG_OMAP_32K_TIMER isn't enabled, we will try to use enable_dyn_sleep which wasn't defined anywhere. In order to fix the problem, we always define enable_dyn_sleep as 0 when !CONFIG_OMAP_32K_TIMER. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/mach-omap1/pm.c | 6 +- 1 file