projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef8d59
)
[SCSI] sun3_scsi_vme: add MODULE_LICENSE
author
Adrian Bunk
<bunk@kernel.org>
Mon, 14 Apr 2008 14:17:26 +0000
(17:17 +0300)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Wed, 16 Apr 2008 14:28:11 +0000
(09:28 -0500)
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>
drivers/scsi/sun3_scsi_vme.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/sun3_scsi_vme.c
b/drivers/scsi/sun3_scsi_vme.c
index 02d9727f017a9af8f602b06126c79dffa4304034..aaa4fd0dd1b90b0e6019ecda1587ecc7b32b67f6 100644
(file)
--- a/
drivers/scsi/sun3_scsi_vme.c
+++ b/
drivers/scsi/sun3_scsi_vme.c
@@
-582,3
+582,4
@@
static struct scsi_host_template driver_template = {
#include "scsi_module.c"
+MODULE_LICENSE("GPL");