Skip to content

Commit

Permalink
[SCSI] scsi: 2 drivers need MODULE_LICENSE()
Browse files Browse the repository at this point in the history
Modules need a license to prevent kernel tainting.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
rddunlap authored and James Bottomley committed Sep 14, 2005
1 parent 186d330 commit d39a942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/fd_mcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,3 +1360,5 @@ static Scsi_Host_Template driver_template = {
.use_clustering = DISABLE_CLUSTERING,
};
#include "scsi_module.c"

MODULE_LICENSE("GPL");
2 changes: 2 additions & 0 deletions drivers/scsi/ibmmca.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ MODULE_PARM(adisplay, "1i");
MODULE_PARM(normal, "1i");
MODULE_PARM(ansi, "1i");
#endif

MODULE_LICENSE("GPL");
#endif
/*counter of concurrent disk read/writes, to turn on/off disk led */
static int disk_rw_in_progress = 0;
Expand Down

0 comments on commit d39a942

Please sign in to comment.