patch-2.4.11-dontuse linux/drivers/scsi/aha1740.c
Next file: linux/drivers/scsi/aic7xxx/aic7xxx_linux.c
Previous file: linux/drivers/scsi/aha1542.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Sep 30 12:26:07 2001
- Orig file:
v2.4.10/linux/drivers/scsi/aha1740.c
- Orig date:
Tue Mar 6 19:44:37 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/scsi/aha1740.c linux/drivers/scsi/aha1740.c
@@ -22,10 +22,7 @@
* if it doesn't work for your devices, take a look.
*/
-#ifdef MODULE
#include <linux/module.h>
-#endif
-
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
@@ -613,6 +610,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 = AHA1740;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)