]> www.infradead.org Git - nvme.git/commit
mips: sibyte: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 18 Jul 2024 23:17:52 +0000 (16:17 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 23 Jul 2024 07:47:40 +0000 (09:47 +0200)
commit2c716cf17edee74424336e87fe42b99ee5e91bad
treed087465d7b9c85da7d789ca8519450a552c67c8e
parenta263e5f309f32301e1f3ad113293f4e68a82a646
mips: sibyte: add missing MODULE_DESCRIPTION() macro

Since commit 1fffe7a34c89 ("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 <quic_jjohnson@quicinc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sibyte/common/sb_tbprof.c