Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb7e8f7 authored by Christopher Bostic's avatar Christopher Bostic Committed by Greg Kroah-Hartman
Browse files

drivers/fsi: Add module license to core driver



Add missing MODULE_LICENSE("GPL") to the core FSI driver.

Signed-off-by: default avatarChristopher Bostic <cbostic@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4af889b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -896,4 +896,5 @@ static void fsi_exit(void)
module_init(fsi_init);
module_exit(fsi_exit);
module_param(discard_errors, int, 0664);
MODULE_LICENSE("GPL");
MODULE_PARM_DESC(discard_errors, "Don't invoke error handling on bus accesses");