Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: sprd: add missing MODULE_DESCRIPTION() macro

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/sprd/clk-sprd.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240602-md-clk-sprd-v1-1-de0884ea6fc7@quicinc.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Jeff Johnson and committed by
Stephen Boyd
578ba5d3 6aaa95d2

+1
+1
drivers/clk/sprd/common.c
··· 109 109 } 110 110 EXPORT_SYMBOL_GPL(sprd_clk_probe); 111 111 112 + MODULE_DESCRIPTION("Spreadtrum clock infrastructure"); 112 113 MODULE_LICENSE("GPL v2");