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@xxxxxxxxxxx> 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