aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cpufreq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index cca885dac1d3..d568f3975eeb 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -76,7 +76,6 @@ struct cpufreq_policy {
76 struct cpufreq_governor *governor; /* see below */ 76 struct cpufreq_governor *governor; /* see below */
77 void *governor_data; 77 void *governor_data;
78 bool governor_enabled; /* governor start/stop flag */ 78 bool governor_enabled; /* governor start/stop flag */
79 bool governor_busy;
80 79
81 struct work_struct update; /* if update_policy() needs to be 80 struct work_struct update; /* if update_policy() needs to be
82 * called, but you're in IRQ context */ 81 * called, but you're in IRQ context */