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

Commit 8204cf14 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

firmware: qcom_scm: Add MODULE_LICENSE



qcom_scm.c was making modpost sad:

 WARNING: modpost: missing MODULE_LICENSE() in drivers/firmware/_qcom_scm.o

Change-Id: Ic0dedbad07455395082eba1da1e77063e7c66e17
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent ae4a8189
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1079,3 +1079,5 @@ static void __exit qcom_scm_exit(void)
}
module_exit(qcom_scm_exit);
#endif

MODULE_LICENSE("GPL v2");