Skip to content

Commit acb7e8f

Browse files
cbosticgregkh
authored andcommitted
drivers/fsi: Add module license to core driver
Add missing MODULE_LICENSE("GPL") to the core FSI driver. Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4af889b commit acb7e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/fsi/fsi-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,4 +896,5 @@ static void fsi_exit(void)
896896
module_init(fsi_init);
897897
module_exit(fsi_exit);
898898
module_param(discard_errors, int, 0664);
899+
MODULE_LICENSE("GPL");
899900
MODULE_PARM_DESC(discard_errors, "Don't invoke error handling on bus accesses");

0 commit comments

Comments
 (0)