diff options
author | Tony Lindgren | 2012-10-29 15:20:45 -0700 |
---|---|---|
committer | Tony Lindgren | 2012-10-31 15:37:13 -0700 |
commit | 6e740f9a85339c295af8deb5376511fcb2a268ad (patch) | |
tree | 9b411c8d8f56cce80a22ee4e766878861a052b10 /arch/arm/plat-omap/Makefile | |
parent | 01480bad0a91413e92077067e38e82ade78dc88a (diff) |
ARM: OMAP: Move omap-pm-noop.c local to mach-omap2
This code should be private to mach-omap2.
The only use for it in for omap1 has been in dmtimer.c
to check for context loss. However, omap1 does not
lose context during idle, so the code is not needed.
Further, omap1 timer has OMAP_TIMER_ALWON set, so omap1
was not hitting omap_pm_get_dev_context_loss_count()
test.
Cc: Jon Hunter <jon-hunter@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Makefile')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index 4bd0ace20e98..50da9bf5d95c 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile @@ -19,4 +19,3 @@ obj-y += $(i2c-omap-m) $(i2c-omap-y) # OMAP mailbox framework obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o -obj-$(CONFIG_OMAP_PM_NOOP) += omap-pm-noop.o |