* [PATCH] clk: sophgo: add missing MODULE_DESCRIPTION() macro
@ 2024-06-02 4:44 Jeff Johnson
2024-06-03 22:43 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-02 4:44 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Chen Wang, Inochi Amaoto
Cc: linux-clk, linux-kernel, kernel-janitors, Jeff Johnson
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 <quic_jjohnson@quicinc.com>
---
drivers/clk/sophgo/clk-cv1800.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/sophgo/clk-cv1800.c b/drivers/clk/sophgo/clk-cv1800.c
index 2da4c24621cf..e0c4dc347579 100644
--- a/drivers/clk/sophgo/clk-cv1800.c
+++ b/drivers/clk/sophgo/clk-cv1800.c
@@ -1534,4 +1534,5 @@ static struct platform_driver cv1800_clk_driver = {
},
};
module_platform_driver(cv1800_clk_driver);
+MODULE_DESCRIPTION("Sophgo CV1800 series SoCs clock controller");
MODULE_LICENSE("GPL");
---
base-commit: 83814698cf48ce3aadc5d88a3f577f04482ff92a
change-id: 20240601-md-drivers-clk-sophgo-clk-sophgo-cv1800-44f96dd1a04d
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: sophgo: add missing MODULE_DESCRIPTION() macro
2024-06-02 4:44 [PATCH] clk: sophgo: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-03 22:43 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2024-06-03 22:43 UTC (permalink / raw)
To: Chen Wang, Inochi Amaoto, Jeff Johnson, Michael Turquette
Cc: linux-clk, linux-kernel, kernel-janitors, Jeff Johnson
Quoting Jeff Johnson (2024-06-01 21:44:22)
> 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 <quic_jjohnson@quicinc.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-03 22:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-02 4:44 [PATCH] clk: sophgo: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-03 22:43 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®