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)
committerTodd Poynor <toddpoynor@google.com>
Wed, 16 Oct 2013 00:53:33 +0000 (17:53 -0700)
commite50d640cacfe61e69f1b4fa92fa0174c688e919c
treec3e9bae1ce4554935e4c5bb459f12603eeea4b49
parentad818d962134c16b1d8aff56edc8a2c4e12fa7b7
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