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

Commit 6a6ea0ac authored by Robert Lee's avatar Robert Lee Committed by Len Brown
Browse files

ARM: davinci: Fix for cpuidle consolidation changes



The recent cpuidle consolidation changes erroneously omitted one
critical line of code.

Signed-off-by: default avatarRobert Lee <rob.lee@linaro.org>
Tested-by: default avatarSekhar Nori <nsekhar@ti.com>
Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5c48c873
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ static int davinci_enter_idle(struct cpuidle_device *dev,
static struct cpuidle_driver davinci_idle_driver = {
	.name			= "cpuidle-davinci",
	.owner			= THIS_MODULE,
	.en_core_tk_irqen	= 1,
	.states[0]		= ARM_CPUIDLE_WFI_STATE,
	.states[1]		= {
		.enter			= davinci_enter_idle,