OSDN Git Service

sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 23:04:12 +0000 (16:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 23:04:12 +0000 (16:04 -0700)
commitd363bc53ef4233e02d70791f10fe1f18c6c0f508
treedf7243b80511077f80664405e511478a988b2454
parent3e9b2bae8369661070622d05570cbcdfa01770e6
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>
fs/sysfs/group.c