Skip to content

Commit 2c716cf

Browse files
Jeff Johnsontsbogend
authored andcommitted
mips: sibyte: add missing MODULE_DESCRIPTION() macro
Since commit 1fffe7a ("script: modpost: emit a warning when the description is missing"), a module without a MODULE_DESCRIPTION() will result in a warning with make W=1. The following warning is being observed when ARCH=mips and CONFIG_SIBYTE_TBPROF=m: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/mips/sibyte/common/sb_tbprof.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent a263e5f commit 2c716cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/sibyte/common/sb_tbprof.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,5 @@ module_exit(sbprof_tb_cleanup);
589589

590590
MODULE_ALIAS_CHARDEV_MAJOR(SBPROF_TB_MAJOR);
591591
MODULE_AUTHOR("Ralf Baechle <[email protected]>");
592+
MODULE_DESCRIPTION("Support for ZBbus profiling");
592593
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)