[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <33171087-01da-445e-8125-e563b9abb471@quicinc.com>
Date: Wed, 26 Jun 2024 09:10:26 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Jiaxun Yang
<jiaxun.yang@...goat.com>
CC: <linux-rtc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] rtc: add missing MODULE_DESCRIPTION() macro
On 6/8/2024 10:52 PM, Jeff Johnson wrote:
> On x86, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/lib_test.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/rtc-goldfish.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/rtc-omap.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/rtc-rc5t583.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/rtc-tps65910.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rtc/rtc-twl.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro to all
> files which have a MODULE_LICENSE(). This includes rtc-mpc5121.c,
> which does not produce a warning with the x86 allmodconfig since it is
> not built for x86, but it may cause this warning with Freescale PPC
> configurations.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
Following up to see if anything else is needed from me. Hoping to see this in
linux-next so I can remove it from my tracking spreadsheet :)
/jeff
Powered by blists - more mailing lists