]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3c5884b9f12a07deb5b3a4db20742e68344dba5
treedf7243b80511077f80664405e511478a988b2454
parent5b0ccc35082f90f3d438e3a9233133947e4579bd
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