]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAP4: PM: remove redundant #ifdef CONFIG_PM
authorNishanth Menon <nm@ti.com>
Wed, 27 Apr 2011 13:13:05 +0000 (06:13 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 3 May 2011 09:38:03 +0000 (02:38 -0700)
commit34549009a1a48e9212508aa32a90281e682c52b1
tree36625bd3f7c53795057e2b9db5e40df5cb36d14e
parent283a1c1f276d879ab8bafec8ec9f8fca03f159bb
OMAP4: PM: remove redundant #ifdef CONFIG_PM

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.martin@gmx.de>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm44xx.c