From: Herbert Xu This patch sets the module license for mcheck/non-fatal.c. The module doesn't work at all without this as one of the symbols it needs is only exported as GPL. --- 25-akpm/arch/i386/kernel/cpu/mcheck/non-fatal.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/i386/kernel/cpu/mcheck/non-fatal.c~set-module-license-in-mcheck-non-fatalc arch/i386/kernel/cpu/mcheck/non-fatal.c --- 25/arch/i386/kernel/cpu/mcheck/non-fatal.c~set-module-license-in-mcheck-non-fatalc 2004-04-25 21:45:05.764402248 -0700 +++ 25-akpm/arch/i386/kernel/cpu/mcheck/non-fatal.c 2004-04-25 21:45:05.767401792 -0700 @@ -88,3 +88,5 @@ static int __init init_nonfatal_mce_chec return 0; } module_init(init_nonfatal_mce_checker); + +MODULE_LICENSE("GPL"); _