On Tue, Jun 11, 2024 at 10:50:58PM -0700, Jeff Johnson wrote: > With ARCH=x86, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/soc/imx/soc-imx8m.o > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/soc/ixp4xx/ixp4xx-qmgr.o > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/soc/ixp4xx/ixp4xx-npe.o > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/soc/mediatek/mtk-cmdq-helper.o > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/soc/amlogic/meson-clk-measure.o > > Add the missing invocations of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > This is the last of the issues that I see in the soc directory > --- > drivers/soc/amlogic/meson-clk-measure.c | 1 + > drivers/soc/imx/soc-imx8m.c | 1 + Acked-by: Shawn Guo <shawnguo@xxxxxxxxxx> > drivers/soc/ixp4xx/ixp4xx-npe.c | 1 + > drivers/soc/ixp4xx/ixp4xx-qmgr.c | 1 + > drivers/soc/mediatek/mtk-cmdq-helper.c | 1 + > 5 files changed, 5 insertions(+)