Rusty Russell ab8e2eb722 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 <rmk+lkml@arm.linux.org.uk>
Cc: alex@shark-linux.de
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-06-12 21:46:53 +09:30
..
2009-06-10 23:07:16 +02:00
2009-05-26 23:50:40 +09:00
2009-06-05 08:05:23 -07:00
2009-05-07 17:28:59 +02:00
2009-06-01 21:06:21 +02:00
2009-06-11 10:33:09 +03:00
2009-06-11 21:36:11 -04:00