On Thu, Jun 13, 2024 at 06:14:36PM -0700, Jeff Johnson wrote: > With ARCH=arm, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/iommu/iova.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > drivers/iommu/iova.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.