]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: sprd: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sun, 2 Jun 2024 15:26:47 +0000 (08:26 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 3 Jun 2024 22:43:16 +0000 (15:43 -0700)
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>
drivers/clk/sprd/common.c

index 762f0961f17fce21bcef86fa794006df6db24866..0f218161704f8e50bb04860a64e2e13e19d9d5ab 100644 (file)
@@ -109,4 +109,5 @@ int sprd_clk_probe(struct device *dev, struct clk_hw_onecell_data *clkhw)
 }
 EXPORT_SYMBOL_GPL(sprd_clk_probe);
 
+MODULE_DESCRIPTION("Spreadtrum clock infrastructure");
 MODULE_LICENSE("GPL v2");