Merge git://git.infradead.org/users/eparis/audit
[firefly-linux-kernel-4.4.55.git] / include / linux / cpufreq.h
index 7d1955afa62c7c319b4467bd98139f270ed004e4..138336b6bb0437f4cc0972f7c4ce34a59bf9b2ec 100644 (file)
@@ -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 */