Re: [PATCH 4/4] clk: Make debugfs code into a loadable kernel module

From: Jeff Johnson
Date: Wed Jan 22 2025 - 18:29:40 EST


On 1/7/25 16:58, Stephen Boyd wrote:
> Split the debugfs code for the clk framework into a separate loadable
> kernel module. This allows the debugfs code to be loaded later, or not
> at all.
>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>

...

> +MODULE_LICENSE("GPL");

Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning with make W=1. Please add a MODULE_DESCRIPTION()
to avoid this warning.