Staging: lustre: Move export_symbol below its function
commit93133eb42ed698a6ac23fb320074e6abc17b091e
authoraybuke ozdemir <aybuke.147@gmail.com>
Thu, 26 Feb 2015 21:45:44 +0000 (26 23:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:26:06 +0000 (26 15:26 -0800)
tree55e6283013cbc1a41f3522d1b2c5bf9c70c5bd4e
parent0395e554f840344796799d538b020deb124bf764
Staging: lustre: Move export_symbol below its function

This patch fixes "EXPORT_SYMBOL(foo); should immediately follow its
function/variable" checkpatch.pl warning in file.c

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/file.c