From: Simon Horman Date: Wed, 23 Dec 2009 08:54:53 +0000 (+1100) Subject: Staging: rtl8192e: remove some functions from the __exit section X-Git-Tag: v2.6.34-rc1~10^2~1^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b93f80e47a49a0584a4c8fb58bc44f9e026256;p=pandora-kernel.git Staging: rtl8192e: remove some functions from the __exit section ieee80211_crypto_tkip_exit(), ieee80211_crypto_deinit() and ieee80211_crypto_ccmp_exit() are called by ieee80211_rtl_init() which are in section __init, so they can't be in section __exit. Signed-off-by: Simon Horman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed