From: Paul M. <le...@us...> - 2002-05-01 15:47:18
|
Update of /cvsroot/linuxdc/linux-sh-dc/drivers/maple In directory usw-pr-cvs1:/tmp/cvs-serv22561/drivers/maple Modified Files: maple.c Log Message: Add a MODULE_LICENSE() tag. Tainted kernel == instant unhapiness. Index: maple.c =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/drivers/maple/maple.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- maple.c 3 Feb 2002 07:46:40 -0000 1.5 +++ maple.c 1 May 2002 15:47:13 -0000 1.6 @@ -1049,6 +1049,8 @@ module_init(maple_init); module_exit(maple_exit); +MODULE_LICENSE("GPL"); + EXPORT_SYMBOL(maple_init_mq); EXPORT_SYMBOL(maple_allocq); EXPORT_SYMBOL(maple_freeq); |