ARM: msm: Remove unused idle.c
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 22 Aug 2012 22:55:45 +0000 (15:55 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 17:47:07 +0000 (10:47 -0700)
Forcing arm_pm_idle to be msm_idle() doesn't make sense in
configurations that don't have CONFIG_MSM7X00A_IDLE=y (i.e. any
targets that aren't 7x00a). Furthermore, that config doesn't even
exist, so this entire file is dead code. Just remove it so we can
use the default idle support on MSM.

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

No differences found