module: allow ndiswrapper to use GPL-only symbols
authorPavel Roskin <proski@gnu.org>
Thu, 28 Feb 2008 22:11:02 +0000 (17:11 -0500)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 5 Mar 2008 04:29:40 +0000 (20:29 -0800)
commit9b37ccfc637be27d9a652fcedc35e6e782c3aa78
tree525fd97d130c630ff5e65de2d83823174986a6a5
parent27d0483aa1ef66a8877d71b63bb97f46ab0246b2
module: allow ndiswrapper to use GPL-only symbols

A change after 2.6.24 broke ndiswrapper by accidentally removing its
access to GPL-only symbols.  Revert that change and add comments about
the reasons why ndiswrapper and driverloader are treated in a special
way.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Acked-by: Greg KH <gregkh@suse.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jon Masters <jonathan@jonmasters.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/module.c