Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
233c458e
Commit
233c458e
authored
Jan 04, 2004
by
Tom 'spot' Callaway
Committed by
David Dillow
Jan 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Add missing MODULE_LICENSE tags to various Sparc driver.
parent
1affb93b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
0 deletions
+19
-0
drivers/fc4/fc.c
drivers/fc4/fc.c
+3
-0
drivers/parport/parport_sunbpp.c
drivers/parport/parport_sunbpp.c
+2
-0
drivers/sbus/char/bpp.c
drivers/sbus/char/bpp.c
+3
-0
drivers/sbus/char/vfc_dev.c
drivers/sbus/char/vfc_dev.c
+1
-0
drivers/scsi/esp.c
drivers/scsi/esp.c
+3
-0
drivers/scsi/fcal.c
drivers/scsi/fcal.c
+2
-0
drivers/scsi/pluto.c
drivers/scsi/pluto.c
+2
-0
drivers/scsi/qlogicpti.c
drivers/scsi/qlogicpti.c
+3
-0
No files found.
drivers/fc4/fc.c
View file @
233c458e
...
...
@@ -1156,3 +1156,6 @@ int fc_do_prli(fc_channel *fc, unsigned char alpa)
kfree
(
p
);
return
status
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/parport/parport_sunbpp.c
View file @
233c458e
...
...
@@ -397,3 +397,5 @@ cleanup_module(void)
}
}
#endif
MODULE_LICENSE
(
"GPL"
);
drivers/sbus/char/bpp.c
View file @
233c458e
...
...
@@ -1074,3 +1074,6 @@ static void __exit bpp_cleanup(void)
module_init
(
bpp_init
);
module_exit
(
bpp_cleanup
);
MODULE_LICENSE
(
"GPL"
);
drivers/sbus/char/vfc_dev.c
View file @
233c458e
...
...
@@ -737,4 +737,5 @@ void cleanup_module(void)
}
#endif
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/esp.c
View file @
233c458e
...
...
@@ -4394,3 +4394,6 @@ static Scsi_Host_Template driver_template = {
};
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/fcal.c
View file @
233c458e
...
...
@@ -316,3 +316,5 @@ static Scsi_Host_Template driver_template = {
};
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/pluto.c
View file @
233c458e
...
...
@@ -360,3 +360,5 @@ static Scsi_Host_Template driver_template = {
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/qlogicpti.c
View file @
233c458e
...
...
@@ -1554,3 +1554,6 @@ static Scsi_Host_Template driver_template = {
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment