Skip to content

Commit 203e038

Browse files
Jeff JohnsonJassi Brar
authored andcommitted
mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/mailbox/mtk-cmdq-mailbox.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 63c31d4 commit 203e038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mailbox/mtk-cmdq-mailbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,4 +817,5 @@ static void __exit cmdq_drv_exit(void)
817817
subsys_initcall(cmdq_drv_init);
818818
module_exit(cmdq_drv_exit);
819819

820+
MODULE_DESCRIPTION("Mediatek Command Queue(CMDQ) Mailbox driver");
820821
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)