sysfs: fix placement of EXPORT_SYMBOL()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 23:17:47 +0000 (16:17 -0700)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Mon, 23 Mar 2015 17:33:29 +0000 (18:33 +0100)
commit648a02375749b41c2b124b3e00bbd0781407566c
tree2da0f26cf36d00f837efef49b92e635813c26c4e
parentb0a900824804d71ad9f0f505184666fca8a30e7c
sysfs: fix placement of EXPORT_SYMBOL()

The export should happen after the function, not at the bottom of the
file, so fix that up.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/bin.c
fs/sysfs/file.c
fs/sysfs/symlink.c