ARM: msm: Don't touch GIC registers outside of GIC code
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 5 Sep 2012 19:28:51 +0000 (12:28 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 18:14:29 +0000 (11:14 -0700)
The MSM code has some antiquated register writes to set up the
PPIs to be edge triggered. Now that we have the percpu irq
interface we don't need this code so let's remove it and update
the percpu irq user (msm_timer) to set the irq type.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>

No differences found