Skip to content

Commit 578ba5d

Browse files
Jeff 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6aaa95d commit 578ba5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)