[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <99de1bb7-0a6b-4965-b913-e0ec6e428477@quicinc.com>
Date: Wed, 22 Jan 2025 15:29:28 -0800
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Stephen Boyd <sboyd@...nel.org>,
Michael Turquette
<mturquette@...libre.com>
CC: <linux-kernel@...r.kernel.org>, <linux-clk@...r.kernel.org>,
<patches@...ts.linux.dev>
Subject: Re: [PATCH 4/4] clk: Make debugfs code into a loadable kernel module
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@...nel.org>
...
> +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.
Powered by blists - more mailing lists