aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cpuidle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
index d075d34279df..786ad32631a6 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -84,7 +84,6 @@ struct cpuidle_device {
84 struct list_head device_list; 84 struct list_head device_list;
85 85
86#ifdef CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED 86#ifdef CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED
87 int safe_state_index;
88 cpumask_t coupled_cpus; 87 cpumask_t coupled_cpus;
89 struct cpuidle_coupled *coupled; 88 struct cpuidle_coupled *coupled;
90#endif 89#endif