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)
commitb07609cf88e51043d81809845384f96cffb3ab3e
tree7a08849b51944c9232f17f63bd9d5fb663349adc
parent56417056622794710e6dfc6559c01277a1164561
ARM: msm: Remove unused idle.c

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>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/idle.c [deleted file]