diff options
Diffstat (limited to 'arch/arm/include/asm/cpuidle.h')
-rw-r--r-- | arch/arm/include/asm/cpuidle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h index 2fca60ab513a..af319ac4960c 100644 --- a/arch/arm/include/asm/cpuidle.h +++ b/arch/arm/include/asm/cpuidle.h | |||
@@ -15,7 +15,6 @@ static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev, | |||
15 | .exit_latency = 1,\ | 15 | .exit_latency = 1,\ |
16 | .target_residency = 1,\ | 16 | .target_residency = 1,\ |
17 | .power_usage = p,\ | 17 | .power_usage = p,\ |
18 | .flags = CPUIDLE_FLAG_TIME_VALID,\ | ||
19 | .name = "WFI",\ | 18 | .name = "WFI",\ |
20 | .desc = "ARM WFI",\ | 19 | .desc = "ARM WFI",\ |
21 | } | 20 | } |