Re: [PATCH 2/2] cpufreq: governor: Make gov_set_update_util() static

2016-02-21 Thread Viresh Kumar
On 21-02-16, 03:15, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The gov_set_update_util() routine is only used internally by the > common governor code and it doesn't need to be exported, so make > it static. > > No functional changes. > > Signed-off-by:

Re: [PATCH 2/2] cpufreq: governor: Make gov_set_update_util() static

2016-02-21 Thread Viresh Kumar
On 21-02-16, 03:15, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The gov_set_update_util() routine is only used internally by the > common governor code and it doesn't need to be exported, so make > it static. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- >

[PATCH 2/2] cpufreq: governor: Make gov_set_update_util() static

2016-02-20 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The gov_set_update_util() routine is only used internally by the common governor code and it doesn't need to be exported, so make it static. No functional changes. Signed-off-by: Rafael J. Wysocki ---

[PATCH 2/2] cpufreq: governor: Make gov_set_update_util() static

2016-02-20 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The gov_set_update_util() routine is only used internally by the common governor code and it doesn't need to be exported, so make it static. No functional changes. Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq_governor.c |5 ++--- 1 file changed, 2