diff options
-rw-r--r-- | include/linux/cpuidle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index f7f1d9040da3..f3ebbba368b3 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h | |||
@@ -98,7 +98,6 @@ struct cpuidle_device { | |||
98 | struct list_head device_list; | 98 | struct list_head device_list; |
99 | struct kobject kobj; | 99 | struct kobject kobj; |
100 | struct completion kobj_unregister; | 100 | struct completion kobj_unregister; |
101 | void *governor_data; | ||
102 | }; | 101 | }; |
103 | 102 | ||
104 | DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); | 103 | DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); |