]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 13 Jun 2024 19:44:17 +0000 (12:44 -0700)
committerWill Deacon <will@kernel.org>
Tue, 2 Jul 2024 16:13:54 +0000 (17:13 +0100)
commita35f443d837ffcd5e73b64c13a46d12701839213
tree5856af08d69b2161967966ee06178f2373656bb9
parenta4d75360f7a6d979edd66af577847b0f4dbf4377
iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macro

With ARCH=arm64, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-test.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Fixes: da55da5a42d4 ("iommu/arm-smmu-v3: Make the kunit into a module")
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20240613-md-arm64-drivers-iommu-arm-arm-smmu-v3-v1-1-0e9f7584a5c8@quicinc.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-test.c