Commit d39a942c authored by Randy.Dunlap's avatar Randy.Dunlap Committed by James Bottomley

[SCSI] scsi: 2 drivers need MODULE_LICENSE()

Modules need a license to prevent kernel tainting.
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 186d330e
...@@ -1360,3 +1360,5 @@ static Scsi_Host_Template driver_template = { ...@@ -1360,3 +1360,5 @@ static Scsi_Host_Template driver_template = {
.use_clustering = DISABLE_CLUSTERING, .use_clustering = DISABLE_CLUSTERING,
}; };
#include "scsi_module.c" #include "scsi_module.c"
MODULE_LICENSE("GPL");
...@@ -460,6 +460,8 @@ MODULE_PARM(adisplay, "1i"); ...@@ -460,6 +460,8 @@ MODULE_PARM(adisplay, "1i");
MODULE_PARM(normal, "1i"); MODULE_PARM(normal, "1i");
MODULE_PARM(ansi, "1i"); MODULE_PARM(ansi, "1i");
#endif #endif
MODULE_LICENSE("GPL");
#endif #endif
/*counter of concurrent disk read/writes, to turn on/off disk led */ /*counter of concurrent disk read/writes, to turn on/off disk led */
static int disk_rw_in_progress = 0; static int disk_rw_in_progress = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment