ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path
authorPaul Walmsley <paul@pwsan.com>
Fri, 24 Feb 2012 18:34:32 +0000 (10:34 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Feb 2012 18:34:32 +0000 (10:34 -0800)
commit645c56a75882830c0ba6e7461f07d099a9c87e69
treec9932b27b50358b23bed49953e17076f2fc3d582
parentd65b4e98d7ea3038b767b70fe8be959b2913f16d
ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path

Remove omap_{read,write}l() from the 24xx PM code.  The clocksource
code should now handle what this was supposed to do.

Tested on N800 -- but it's hard to say whether this fixes anything.
OMAP24xx static suspend path is currently broken, and this patch
doesn't change that.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rob Herring <robherring2@gmail.com>
Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm24xx.c