On 22 October 2014 11:37, Mike Turquette <mturque...@linaro.org> wrote: > Cc: Viresh Kumar <viresh.ku...@linaro.org> > Cc: Rafael J. Wysocki <r...@rjwysocki.net> > Signed-off-by: Mike Turquette <mturque...@linaro.org> > --- > include/linux/cpufreq.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h > index 138336b..91d173c 100644 > --- a/include/linux/cpufreq.h > +++ b/include/linux/cpufreq.h > @@ -115,6 +115,9 @@ struct cpufreq_policy { > > /* For cpufreq driver's internal use */ > void *driver_data; > + > + /* For cpufreq governor's internal use */ > + void *gov_data;
Its already there: governor_data .. Am I missing something ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/