aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r--include/linux/cpufreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index 1b5b5efa3e3a..d93905633dc7 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -410,7 +410,7 @@ extern struct cpufreq_governor cpufreq_gov_conservative;
410#define CPUFREQ_TABLE_END ~1 410#define CPUFREQ_TABLE_END ~1
411 411
412struct cpufreq_frequency_table { 412struct cpufreq_frequency_table {
413 unsigned int index; /* any */ 413 unsigned int driver_data; /* driver specific data, not used by core */
414 unsigned int frequency; /* kHz - doesn't need to be in ascending 414 unsigned int frequency; /* kHz - doesn't need to be in ascending
415 * order */ 415 * order */
416}; 416};