cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 13 Aug 2013 10:20:10 +0000 (18:20 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Aug 2013 20:24:24 +0000 (22:24 +0200)
commit21b4c415e43717b3dbc17ebef66ee2054f8f2e21
tree927da8610f6640a797db644c73230c29ee53970c
parent295dbde1c6d5a07979d2f0ba7aff4c170656314a
cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __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/s3c24xx-cpufreq.c