diff options
| author | 2014-10-03 15:41:16 +0200 | |
|---|---|---|
| committer | 2014-10-03 15:41:16 +0200 | |
| commit | 6f1293ff747ddcb696d546e3efcd31f7cc42b9a5 (patch) | |
| tree | a11d54bb4493dbd40925bf4b2f4dcdf9de64b4d3 /include | |
| parent | cpufreq: update 'cpufreq_suspended' after stopping governors (diff) | |
| parent | cpufreq: cpufreq-dt: fix potential double put of cpu OF node (diff) | |
| download | linux-dev-6f1293ff747ddcb696d546e3efcd31f7cc42b9a5.tar.xz linux-dev-6f1293ff747ddcb696d546e3efcd31f7cc42b9a5.zip | |
Merge back cpufreq material for v3.18.
Diffstat (limited to 'include')
| -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 */ |
