cpufreq: Relocate handle_update() to kill its declaration
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 22 Feb 2016 11:06:42 +0000 (16:36 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 13:41:11 +0000 (14:41 +0100)
commit11eb69b984aae216ae43c79d2d43441ee68a63ca
treeb685ddce32e9bad5297779aaac6c9b30fe500056
parentf737236b128cac7c355d0650a98c42ae4313f3f1
cpufreq: Relocate handle_update() to kill its declaration

handle_update() is declared at the top of the file as its user appear
before its definition. Relocate the routine to get rid of this.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c
This page took 0.024609 seconds and 5 git commands to generate.