Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38ef8d3f authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Rafael J. Wysocki
Browse files

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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 38a94f41
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -414,7 +414,6 @@ static struct cpuidle_driver sh7372_cpuidle_driver = {
	.state_count		= 5,
	.safe_state_index	= 0, /* C1 */
	.states[0] = ARM_CPUIDLE_WFI_STATE,
	.states[0].enter = shmobile_enter_wfi,
	.states[1] = {
		.name = "C2",
		.desc = "Core Standby Mode",