]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Set module license in mcheck/non-fatal.c
authorAndrew Morton <akpm@osdl.org>
Mon, 26 Apr 2004 16:03:56 +0000 (09:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 26 Apr 2004 16:03:56 +0000 (09:03 -0700)
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.

arch/i386/kernel/cpu/mcheck/non-fatal.c

index 400da47de7a94587c6b6c613c2bbe93c3c441cf2..a1664bb1577e6af40732d056833c7e5e87ac77cb 100644 (file)
@@ -88,3 +88,5 @@ static int __init init_nonfatal_mce_checker(void)
        return 0;
 }
 module_init(init_nonfatal_mce_checker);
+
+MODULE_LICENSE("GPL");