Skip to content

Commit 6aaa95d

Browse files
Jeff Johnsonbebarino
authored andcommitted
clk: sophgo: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/sophgo/clk-sophgo-cv1800.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/20240601-md-drivers-clk-sophgo-clk-sophgo-cv1800-v1-1-8e00d8c3a87b@quicinc.com Signed-off-by: Stephen Boyd <[email protected]>
1 parent 1613e60 commit 6aaa95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/sophgo/clk-cv1800.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,4 +1534,5 @@ static struct platform_driver cv1800_clk_driver = {
15341534
},
15351535
};
15361536
module_platform_driver(cv1800_clk_driver);
1537+
MODULE_DESCRIPTION("Sophgo CV1800 series SoCs clock controller");
15371538
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)