]> Pileus Git - ~andy/linux/commit
sysfs: fix placement of EXPORT_SYMBOL()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 23:17:47 +0000 (16:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 23:17:47 +0000 (16:17 -0700)
commit1b866757fc4cb135674f46c96909e900fcea91a2
tree9a8cefab600be4165b21397229e2fb74d1c60e90
parent9e2a47ed6443b7af1e5b91f59e8738c01fde45a9
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