Skip to content

Commit 7fd3569

Browse files
jeff-t-johnsonbebarino
authored andcommitted
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. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240613-md-arm64-drivers-clk-versatile-v1-1-6b8a5e5e00ef@quicinc.com Acked-by: Sudeep Holla <sudeep.holla@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6ea810c commit 7fd3569

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/versatile/clk-vexpress-osc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ static struct platform_driver vexpress_osc_driver = {
119119
.probe = vexpress_osc_probe,
120120
};
121121
module_platform_driver(vexpress_osc_driver);
122+
MODULE_DESCRIPTION("Clock driver for Versatile Express OSC clock generators");
122123
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)