From: Rusty Russell Date: Sat, 13 Jun 2009 03:46:50 +0000 (-0600) Subject: cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK X-Git-Tag: v2.6.31-rc1~371^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8e2eb722f1e5fcbd8181e3e9ef4e95c52124df;p=pandora-kernel.git cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK Russell explains the __module_get(): > cyber2000fb.c does it in its module initialization function > to prevent the module (when built for Shark) from being unloaded. It > does this because it's from the days of 2.2 kernels and no one bothered > writing the module unload support for Shark. Since 2.4, the correct answer has been to not define an unload fn. Cc: Russell King Cc: alex@shark-linux.de Signed-off-by: Rusty Russell --- Reading git-diff-tree failed