瀏覽代碼

[SCSI] sun3_scsi_vme: add MODULE_LICENSE

This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Adrian Bunk 17 年之前
父節點
當前提交
582df15327
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/sun3_scsi_vme.c

+ 1 - 0
drivers/scsi/sun3_scsi_vme.c

@@ -582,3 +582,4 @@ static struct scsi_host_template driver_template = {
 
 
 #include "scsi_module.c"
 #include "scsi_module.c"
 
 
+MODULE_LICENSE("GPL");