From: Paul M. <le...@us...> - 2001-11-06 00:31:15
|
Update of /cvsroot/linux-mips/linux/drivers/scsi In directory usw-pr-cvs1:/tmp/cvs-serv388/drivers/scsi Modified Files: ncr53c8xx.c Log Message: Sync with OSS 2.4.11. Index: ncr53c8xx.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/scsi/ncr53c8xx.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ncr53c8xx.c 2001/08/25 02:19:28 1.2 +++ ncr53c8xx.c 2001/11/06 00:30:47 1.3 @@ -116,10 +116,7 @@ #define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s)) -#ifdef MODULE #include <linux/module.h> -#endif - #include <asm/dma.h> #include <asm/io.h> #include <asm/system.h> @@ -9311,6 +9308,7 @@ /* ** Module stuff */ +MODULE_LICENSE("GPL"); #if LINUX_VERSION_CODE >= LinuxVersionCode(2,4,0) static |