From: Tony Lindgren Date: Wed, 14 Nov 2012 16:40:00 +0000 (-0800) Subject: ARM: OMAP: Fix compile for OMAP_PM_NOOP if PM is not selected X-Git-Tag: omap-for-v3.8/cleanup-fixes-part2-v2-signed~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4b61c0dcbfd409832bfbeb6693d5e3ca1f3b95;p=pandora-kernel.git ARM: OMAP: Fix compile for OMAP_PM_NOOP if PM is not selected Commit 6e740f9a8 (ARM: OMAP: Move omap-pm-noop.c local to mach-omap2) moved omap-pm-noop to be local to mach-omap2. However, the makefile entry got placed within ifeq ($(CONFIG_PM),y) which was not the case earlier. Fix the issue by moving it out of the ifeq ($(CONFIG_PM),y) in the makefile as these stubs are needed also when PM is not set. Reported-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed