diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-03 17:41:16 +0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-03 17:41:16 +0400 |
| commit | 6f1293ff747ddcb696d546e3efcd31f7cc42b9a5 (patch) | |
| tree | a11d54bb4493dbd40925bf4b2f4dcdf9de64b4d3 /include/linux | |
| parent | b1b12babe3b72cfb08b875245e5a5d7c2747c772 (diff) | |
| parent | f9739d27059d8fd7b64096ea7251608628b5bd30 (diff) | |
| download | linux-6f1293ff747ddcb696d546e3efcd31f7cc42b9a5.tar.xz | |
Merge back cpufreq material for v3.18.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpufreq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 7d1955afa62c..138336b6bb04 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -112,6 +112,9 @@ struct cpufreq_policy { spinlock_t transition_lock; wait_queue_head_t transition_wait; struct task_struct *transition_task; /* Task which is doing the transition */ + + /* For cpufreq driver's internal use */ + void *driver_data; }; /* Only for ACPI */ |
