Skip to content

Commit 7fd3569

Browse files
Jeff 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 <[email protected]> Link: https://lore.kernel.org/r/20240613-md-arm64-drivers-clk-versatile-v1-1-6b8a5e5e00ef@quicinc.com Acked-by: Sudeep Holla <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6ea810c commit 7fd3569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)