]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit97b64d4592602717c45ef6ccc1aa892c46c9bd61
tree5a79690c84ad4c0da639865447bc2624d998a939
parent4f443728fd2cccf27b114dd63ed6c63c02ef0740
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