commit | 3454bf96041e8c4cecc7d85b87c35056050a15b5 | [log] [tgz] |
---|---|---|
author | Hanjun Guo <hanjun.guo@linaro.org> | Sat Aug 17 20:42:24 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 19 17:10:10 2013 -0700 |
tree | 446bb40a7cd8cbba37cf5e31b39acc1d5b82d4a5 | |
parent | c7991b0b720efa5e0a590f6359d36e09bd187b76 [diff] |
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>