Re: [PATCH 05/12] clk: sunxi-ng: add CCU drivers for V853

From: András Szemző
Date: Thu Jan 23 2025 - 03:58:40 EST



> On 23 Jan 2025, at 00:23, Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> wrote:
>
> On 1/10/25 04:39, Andras Szemzo wrote:> +module_platform_driver(sun8i_v853_r_ccu_driver);
>> +
>> +MODULE_IMPORT_NS("SUNXI_CCU");
>> +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 in all of your new modules.
>

Thanks for pointing it out, I’ll add it.