public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: sprd: add missing MODULE_DESCRIPTION() macro
@ 2024-06-02 15:26 Jeff Johnson
  2024-06-03 22:43 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-02 15:26 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Orson Zhai, Baolin Wang,
	Chunyan Zhang
  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/sprd/clk-sprd.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 drivers/clk/sprd/common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sprd/common.c b/drivers/clk/sprd/common.c
index 762f0961f17f..0f218161704f 100644
--- a/drivers/clk/sprd/common.c
+++ b/drivers/clk/sprd/common.c
@@ -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");

---
base-commit: 83814698cf48ce3aadc5d88a3f577f04482ff92a
change-id: 20240602-md-clk-sprd-2dcdaa57ff80


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: sprd: add missing MODULE_DESCRIPTION() macro
  2024-06-02 15:26 [PATCH] clk: sprd: 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: Baolin Wang, Chunyan Zhang, Jeff Johnson, Michael Turquette,
	Orson Zhai
  Cc: linux-clk, linux-kernel, kernel-janitors, Jeff Johnson

Quoting Jeff Johnson (2024-06-02 08:26:47)
> 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>
> ---

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 15:26 [PATCH] clk: sprd: 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