From: Asias He Date: Wed, 27 Feb 2013 04:50:56 +0000 (+0800) Subject: target: Add __exit annotation for module_exit functions X-Git-Tag: v3.9-rc1~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b91d5a492ae1cdc1ba0a0a45024718f6d1437f;p=pandora-kernel.git target: Add __exit annotation for module_exit functions Inclues sbp_exit, fileio_module_exit, iblock_module_exit and pscsi_module_exit. Note: rd_module_exit() can not be annotated by __exit, becasue it is called by target_core_init_configfs() which is annotated by __init. Signed-off-by: Asias He Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed