[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240628-md-arm64-drivers-clk-versatile-v2-1-cd8ec6cad92e@quicinc.com>
Date: Fri, 28 Jun 2024 19:44:18 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Michael Turquette
<mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Liviu Dudau
<liviu.dudau@....com>,
Sudeep Holla <sudeep.holla@....com>,
Lorenzo Pieralisi
<lpieralisi@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>, <linux-clk@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>,
"Jeff
Johnson" <quic_jjohnson@...cinc.com>
Subject: [PATCH v2] clk: vexpress-osc: add missing MODULE_DESCRIPTION()
macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/versatile/clk-vexpress-osc.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
Acked-by: Sudeep Holla <sudeep.holla@....com>
Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
---
Changes in v2:
- no changes to the actual patch, just collected review tags and rebased
to current linus/master. Hoping to get this into linux-next and out
of my tracking spreadsheet :)
- Link to v1: https://lore.kernel.org/r/20240613-md-arm64-drivers-clk-versatile-v1-1-6b8a5e5e00ef@quicinc.com
---
drivers/clk/versatile/clk-vexpress-osc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/versatile/clk-vexpress-osc.c b/drivers/clk/versatile/clk-vexpress-osc.c
index b2b32fa2d7c3..c385ca2f4a74 100644
--- a/drivers/clk/versatile/clk-vexpress-osc.c
+++ b/drivers/clk/versatile/clk-vexpress-osc.c
@@ -119,4 +119,5 @@ static struct platform_driver vexpress_osc_driver = {
.probe = vexpress_osc_probe,
};
module_platform_driver(vexpress_osc_driver);
+MODULE_DESCRIPTION("Clock driver for Versatile Express OSC clock generators");
MODULE_LICENSE("GPL v2");
---
base-commit: de0a9f4486337d0eabacc23bd67ff73146eacdc0
change-id: 20240613-md-arm64-drivers-clk-versatile-a0b6a3327f48
Powered by blists - more mailing lists