]> git.baikalelectronics.ru Git - kernel.git/commit
drivers / platform: Fix __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Sat, 17 Aug 2013 12:42:25 +0000 (20:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 00:10:10 +0000 (17:10 -0700)
commit781bff17a7b00bf7449624fa94dbd0f1ff5ed39f
treec10b7e4e17868d31ab71dd1933595a051a3191ce
parent9f60f4c3d2e4860baf0ddd4589610751bf9a5cfb
drivers / platform: Fix __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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c