Skip to content

Commit 578ba5d

Browse files
jeff-t-johnsonbebarino
authored andcommitted
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>
1 parent 6aaa95d commit 578ba5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/sprd/common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ int sprd_clk_probe(struct device *dev, struct clk_hw_onecell_data *clkhw)
109109
}
110110
EXPORT_SYMBOL_GPL(sprd_clk_probe);
111111

112+
MODULE_DESCRIPTION("Spreadtrum clock infrastructure");
112113
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)