diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-01-05 04:07:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-05 04:07:53 -0800 |
| commit | 3344ea3ad4b7c302c846a680dbaeedf96ed45c02 (patch) | |
| tree | 9ad2d6e4333a81b50df3d839043274bce4321ffd /include/linux/kernel.h | |
| parent | 0dc68d4a7e26249ef54155634dddd57778cefbc5 (diff) | |
[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.
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 9cb6277f5b86..e6b95f3bb173 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -105,7 +105,7 @@ extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in extern int tainted; extern const char *print_tainted(void); -#define TAINT_PROPRIETORY_MODULE (1<<0) +#define TAINT_PROPRIETARY_MODULE (1<<0) #define TAINT_FORCED_MODULE (1<<1) #define TAINT_UNSAFE_SMP (1<<2) #define TAINT_FORCED_RMMOD (1<<3) |
