]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu/iova: Add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Fri, 14 Jun 2024 01:14:36 +0000 (18:14 -0700)
committerJoerg Roedel <jroedel@suse.de>
Fri, 14 Jun 2024 14:51:10 +0000 (16:51 +0200)
commitc94ad1d5e3885bd4fa6abb695baf5a8f5c3c309c
tree603bebeb0984f5939e8452850739a90393b8fa1e
parent8d485a69603f667032d61daf4f1cb9464f315e1c
iommu/iova: Add missing MODULE_DESCRIPTION() macro

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@quicinc.com>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20240613-md-arm-drivers-iommu-v1-1-1fe0bd953119@quicinc.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iova.c