]> git.ipfire.org Git - people/arne_f/kernel.git/commit
drivers / base: Fix sysfs_deprecated_setup() __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Sat, 17 Aug 2013 12:42:24 +0000 (20:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 00:10:10 +0000 (17:10 -0700)
commit3454bf96041e8c4cecc7d85b87c35056050a15b5
tree446bb40a7cd8cbba37cf5e31b39acc1d5b82d4a5
parentc7991b0b720efa5e0a590f6359d36e09bd187b76
drivers / base: Fix sysfs_deprecated_setup() __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/core.c