Skip to content

Commit

Permalink
mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.c
Browse files Browse the repository at this point in the history
Fix missing MODULE_LICENSE() in mtk-cmdq-mailbox.c:

WARNING: modpost: missing MODULE_LICENSE() in drivers/mailbox/mtk-cmdq-mailbox.o

Fixes: 623a614 ("mailbox: mediatek: Add Mediatek CMDQ driver")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: <[email protected]>
Cc: CK Hu <[email protected]>
Cc: Houlong Wei <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
  • Loading branch information
rddunlap authored and JassiBrar committed Aug 15, 2018
1 parent 623a614 commit c5f45fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mailbox/mtk-cmdq-mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,3 +567,5 @@ static void __exit cmdq_drv_exit(void)

subsys_initcall(cmdq_drv_init);
module_exit(cmdq_drv_exit);

MODULE_LICENSE("GPL v2");

0 comments on commit c5f45fb

Please sign in to comment.