commit | d363bc53ef4233e02d70791f10fe1f18c6c0f508 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 16:04:12 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 16:04:12 2013 -0700 |
tree | df7243b80511077f80664405e511478a988b2454 | |
parent | 3e9b2bae8369661070622d05570cbcdfa01770e6 [diff] |
sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location This fixes up the coding style issue of incorrectly placing the EXPORT_SYMBOL_GPL() macro, it should be right after the function itself, not at the end of the file. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>