patch-2.4.11-dontuse linux/drivers/scsi/wd7000.c
Next file: linux/drivers/sound/ac97.c
Previous file: linux/drivers/scsi/ultrastor.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/wd7000.c
- Orig date:
Wed Apr 11 19:02:37 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/scsi/wd7000.c linux/drivers/scsi/wd7000.c
@@ -142,9 +142,7 @@
* WD7000 driver now work on kernels >= 2.1.x
*/
-#ifdef MODULE
#include <linux/module.h>
-#endif
#include <stdarg.h>
#include <linux/kernel.h>
@@ -1779,6 +1777,8 @@
return (0);
}
+
+MODULE_LICENSE("GPL");
/* Eventually this will go into an include file, but this will be later */
static Scsi_Host_Template driver_template = WD7000;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)