staging: lustre: move module info to end of libcfs module.c file
authorJames Simmons <jsimmons@infradead.org>
Fri, 26 Feb 2016 16:36:01 +0000 (11:36 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:19:17 +0000 (19:19 -0800)
commit9a2736ddb8e47e9cd1e0da6a06ec7b5d89cc4aae
tree5a79690c84ad4c0da639865447bc2624d998a939
parent21068c46f2067d4f2e201980388be0fa28fa0bfa
staging: lustre: move module info to end of libcfs module.c file

Move the MODULE_* field in module.c that belongs to libcfs to the
end of the file like it is done for other kernel drivers.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/module.c