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

Commit cde162c2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

binfmt_som.c: add MODULE_LICENSE



Add the missing MODULE_LICENSE("GPL").

Reported-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Cc: Matthew Wilcox <matthew@wil.cx>
Cc: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6e144ee5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -306,3 +306,5 @@ static void __exit exit_som_binfmt(void)

core_initcall(init_som_binfmt);
module_exit(exit_som_binfmt);

MODULE_LICENSE("GPL");