]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq / gx: Fix gx_detect_chipset() __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 13 Aug 2013 10:20:08 +0000 (18:20 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Aug 2013 20:24:23 +0000 (22:24 +0200)
commit2ddc6c7a1e2a8e58d7eaf8278f964a1a6659756e
tree2e4a171f4443d21689b7d6215c5b4e348ebb2107
parent6947d88996e43d85b909770864828bca90a3f11d
cpufreq / gx: Fix gx_detect_chipset() __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/gx-suspmod.c