From: Mariusz Gorski Date: Sat, 25 Oct 2014 01:30:38 +0000 (+0200) Subject: staging: lustre: Use __init and __exit markers for lifecycle functions X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~705 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828ebb8f82d9117762ebc22c6bc0b21d68301d44;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed