Commit 233c458e authored by Tom 'spot' Callaway's avatar Tom 'spot' Callaway Committed by David Dillow

[SPARC]: Add missing MODULE_LICENSE tags to various Sparc driver.

parent 1affb93b
......@@ -1156,3 +1156,6 @@ int fc_do_prli(fc_channel *fc, unsigned char alpa)
kfree(p);
return status;
}
MODULE_LICENSE("GPL");
......@@ -397,3 +397,5 @@ cleanup_module(void)
}
}
#endif
MODULE_LICENSE("GPL");
......@@ -1074,3 +1074,6 @@ static void __exit bpp_cleanup(void)
module_init(bpp_init);
module_exit(bpp_cleanup);
MODULE_LICENSE("GPL");
......@@ -737,4 +737,5 @@ void cleanup_module(void)
}
#endif
MODULE_LICENSE("GPL");
......@@ -4394,3 +4394,6 @@ static Scsi_Host_Template driver_template = {
};
#include "scsi_module.c"
MODULE_LICENSE("GPL");
......@@ -316,3 +316,5 @@ static Scsi_Host_Template driver_template = {
};
#include "scsi_module.c"
MODULE_LICENSE("GPL");
......@@ -360,3 +360,5 @@ static Scsi_Host_Template driver_template = {
#include "scsi_module.c"
MODULE_LICENSE("GPL");
......@@ -1554,3 +1554,6 @@ static Scsi_Host_Template driver_template = {
#include "scsi_module.c"
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment