[SCSI] scsi: 2 drivers need MODULE_LICENSE()
Modules need a license to prevent kernel tainting. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
186d330e68
commit
d39a942c3f
2 changed files with 4 additions and 0 deletions
|
@ -1360,3 +1360,5 @@ static Scsi_Host_Template driver_template = {
|
|||
.use_clustering = DISABLE_CLUSTERING,
|
||||
};
|
||||
#include "scsi_module.c"
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue