Re: [PATCH v6 5/7][Resend] cpufreq: Move governor symbols to cpufreq.h

2016-03-27 Thread Viresh Kumar
On 22-03-16, 02:51, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move definitions of symbols related to transition latency and > sampling rate to include/linux/cpufreq.h so they can be used by > (future) goverernors located outside of drivers/cpufreq/. s/goverernors/governors > > No

[PATCH v6 5/7][Resend] cpufreq: Move governor symbols to cpufreq.h

2016-03-21 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Move definitions of symbols related to transition latency and sampling rate to include/linux/cpufreq.h so they can be used by (future) goverernors located outside of drivers/cpufreq/. No functional changes. Signed-off-by: Rafael J. Wysocki --- This patch was new in v4,