lkml.org 
[lkml]   [2004]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] Set module license in mcheck/non-fatal.c
From
Hi:

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.

Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: arch/i386/kernel/cpu/mcheck/non-fatal.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/arch/i386/kernel/cpu/mcheck/non-fatal.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 non-fatal.c
--- a/arch/i386/kernel/cpu/mcheck/non-fatal.c 11 Mar 2004 02:55:22 -0000 1.1.1.6
+++ b/arch/i386/kernel/cpu/mcheck/non-fatal.c 24 Apr 2004 10:45:18 -0000
@@ -88,3 +88,5 @@
return 0;
}
module_init(init_nonfatal_mce_checker);
+
+MODULE_LICENSE("GPL");
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:1.235 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site