Re: [PATCH] params: Replace __modinit with __init_or_module

From: Sami Tolvanen
Date: Thu Aug 21 2025 - 19:11:20 EST


On Tue, Aug 19, 2025 at 5:13 AM Petr Pavlu <petr.pavlu@xxxxxxxx> wrote:
>
> Remove the custom __modinit macro from kernel/params.c and instead use the
> common __init_or_module macro from include/linux/module.h. Both provide the
> same functionality.
>
> Signed-off-by: Petr Pavlu <petr.pavlu@xxxxxxxx>

Reviewed-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>

Sami