aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2013-04-12 08:35:47 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-04-21 19:02:03 -0400
commit38ef8d3fa4a67c07bdfd640833a88baf525f955b (patch)
tree100be428283bb10227453420649593d2e9f219b5 /arch
parent38a94f4169e03494cbf850919b4b0a7e53e84bfd (diff)
ARM: shmobile: cpuidle: remove shmobile_enter_wfi function
Remove the shmobile_enter_wfi function which is the same as the common WFI enter function from the arm cpuidle driver defined with the ARM_CPUIDLE_WFI_STATE macro. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/pm-sh7372.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c
index f6b14cac0076..fbef7b933c1d 100644
--- a/arch/arm/mach-shmobile/pm-sh7372.c
+++ b/arch/arm/mach-shmobile/pm-sh7372.c
@@ -414,7 +414,6 @@ static struct cpuidle_driver sh7372_cpuidle_driver = {
414 .state_count = 5, 414 .state_count = 5,
415 .safe_state_index = 0, /* C1 */ 415 .safe_state_index = 0, /* C1 */
416 .states[0] = ARM_CPUIDLE_WFI_STATE, 416 .states[0] = ARM_CPUIDLE_WFI_STATE,
417 .states[0].enter = shmobile_enter_wfi,
418 .states[1] = { 417 .states[1] = {
419 .name = "C2", 418 .name = "C2",
420 .desc = "Core Standby Mode", 419 .desc = "Core Standby Mode",