]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: Use __init and __exit markers for lifecycle functions
authorMariusz Gorski <marius.gorski@gmail.com>
Sat, 25 Oct 2014 01:30:38 +0000 (03:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 08:35:16 +0000 (16:35 +0800)
commit828ebb8f82d9117762ebc22c6bc0b21d68301d44
tree4d70a685fe409ca0efb2e1d558dbffcf788393ef
parent87ebccf97f54fe20c0a8a86e21164473cc7d57e1
staging: lustre: Use __init and __exit markers for lifecycle functions

Apply __init marker to module's init function and __exit to module's
exit function as they both have no other usage.

Signed-off-by: Mariusz Gorski <marius.gorski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/module.c