Commit 65782400 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Set module license in mcheck/non-fatal.c

From: Herbert Xu <herbert@gondor.apana.org.au>

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.
parent f13fcc31
...@@ -88,3 +88,5 @@ static int __init init_nonfatal_mce_checker(void) ...@@ -88,3 +88,5 @@ static int __init init_nonfatal_mce_checker(void)
return 0; return 0;
} }
module_init(init_nonfatal_mce_checker); module_init(init_nonfatal_mce_checker);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment