diff options
Diffstat (limited to 'drivers/cpuidle/cpuidle-at91.c')
-rw-r--r-- | drivers/cpuidle/cpuidle-at91.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-at91.c b/drivers/cpuidle/cpuidle-at91.c index a0774370c6bc..1964ff07117c 100644 --- a/drivers/cpuidle/cpuidle-at91.c +++ b/drivers/cpuidle/cpuidle-at91.c | |||
@@ -43,7 +43,6 @@ static struct cpuidle_driver at91_idle_driver = { | |||
43 | .enter = at91_enter_idle, | 43 | .enter = at91_enter_idle, |
44 | .exit_latency = 10, | 44 | .exit_latency = 10, |
45 | .target_residency = 10000, | 45 | .target_residency = 10000, |
46 | .flags = CPUIDLE_FLAG_TIME_VALID, | ||
47 | .name = "RAM_SR", | 46 | .name = "RAM_SR", |
48 | .desc = "WFI and DDR Self Refresh", | 47 | .desc = "WFI and DDR Self Refresh", |
49 | }, | 48 | }, |