]> git.hungrycats.org Git - linux/commit
[PATCH] MODULE_LICENSE and EXPORT_SYMBOL_GPL support
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 5 Jan 2003 12:07:53 +0000 (04:07 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 5 Jan 2003 12:07:53 +0000 (04:07 -0800)
commit3344ea3ad4b7c302c846a680dbaeedf96ed45c02
tree9ad2d6e4333a81b50df3d839043274bce4321ffd
parent0dc68d4a7e26249ef54155634dddd57778cefbc5
[PATCH] MODULE_LICENSE and EXPORT_SYMBOL_GPL support

This implements EXPORT_SYMBOL_GPL and MODULE_LICENSE properly (so
restrictions are enforced).  Also fixes "proprietory" spelling.
include/linux/kernel.h
include/linux/module.h
kernel/extable.c
kernel/module.c
kernel/panic.c