patch-2.4.11-dontuse linux/drivers/scsi/sym53c8xx.c
Next file: linux/drivers/scsi/t128.c
Previous file: linux/drivers/scsi/sym53c416.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Sep 30 12:26:08 2001
- Orig file:
v2.4.10/linux/drivers/scsi/sym53c8xx.c
- Orig date:
Wed Jul 25 17:10:23 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/scsi/sym53c8xx.c linux/drivers/scsi/sym53c8xx.c
@@ -101,9 +101,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>
@@ -14701,6 +14699,8 @@
/*
** Module stuff
*/
+
+MODULE_LICENSE("GPL");
#if LINUX_VERSION_CODE >= LinuxVersionCode(2,4,0)
static
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)