diff options
author | Tony Lindgren <tony@atomide.com> | 2012-11-14 16:40:00 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-14 17:41:54 (GMT) |
commit | 0b4b61c0dcbfd409832bfbeb6693d5e3ca1f3b95 (patch) | |
tree | dda80cae2a5d6c0cb468f815b27ec36c99dfe8f1 /arch/arm/plat-omap | |
parent | e05cf58d50e3ce3601ebf753728eee0df759e38f (diff) | |
download | linux-fsl-qoriq-0b4b61c0dcbfd409832bfbeb6693d5e3ca1f3b95.tar.xz |
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 <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
0 files changed, 0 insertions, 0 deletions