From: Herton Ronaldo Krzesinski Date: Fri, 2 Oct 2009 14:03:38 +0000 (-0300) Subject: Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload X-Git-Tag: v2.6.32-rc6~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a010a3375227efbd6b8ac11b99c34c807a77c45a;p=pandora-kernel.git Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload On rtl81* additions, they had its wireless stack made builtin instead of separated modules. But try_module_get/module_put in stack were kept, they are uneeded with the stack builtin and makes rtl81* modules impossible to remove on a system with an rtl81* card. request_module calls are also uneeded with stack builtin, so remove them too. Signed-off-by: Herton Ronaldo Krzesinski Cc: Bartlomiej Zolnierkiewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed