]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit651fd21b81fa43e3f512c5e26af0b61bc5038d4b
tree7a08849b51944c9232f17f63bd9d5fb663349adc
parent20b14363f23c26f92ac001a75a51d548032aa972
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]