cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 13 Aug 2013 10:20:09 +0000 (18:20 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Aug 2013 20:24:23 +0000 (22:24 +0200)
commit295dbde1c6d5a07979d2f0ba7aff4c170656314a
tree7895df48dfd09db765afd45be80279c0ae99d53e
parentaf97385ad4054fc2f2e1eddfe3d9f4a12e36e051
cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute location

__init belongs after the return type on functions, not before it.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/pxa2xx-cpufreq.c