cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 16 May 2013 09:28:53 +0000 (14:58 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:58 +0000 (13:52 -0800)
commit4d300368ff3648ed99c33d78cc614d1d39d59a6b
treec8d0dfd2411796ef08f5d4d98cd1e7e30f6bc9cf
parent8db7e96a2cc871710e3e9fe88c57f06391366d42
cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards

This moves definition of cpufreq_gov_interactive towards the bottom of file, so
that we don't have to add prototype of cpufreq_governor_interactive() in the
beginning of file.

Change-Id: I04bd1004954eb36502c5cd7e35d3d7274cddaf95
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq_interactive.c