Re: [PATCH] OMAP4: PM: remove redundant #ifdef CONFIG_PM

2011-03-17 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: pm44xx.c is built only when CONFIG_PM is setup, remove redundant CONFIG_PM check. This also fixes: https://bugzilla.kernel.org/show_bug.cgi?id=25022 Reported-by: Martin Etti ettl.mar...@gmx.de Signed-off-by: Nishanth Menon n...@ti.com Thanks, queuing

[PATCH] OMAP4: PM: remove redundant #ifdef CONFIG_PM

2011-03-12 Thread Nishanth Menon
pm44xx.c is built only when CONFIG_PM is setup, remove redundant CONFIG_PM check. This also fixes: https://bugzilla.kernel.org/show_bug.cgi?id=25022 Reported-by: Martin Etti ettl.mar...@gmx.de Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/pm44xx.c |2 -- 1 files