Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a35f443d authored by Jeff Johnson's avatar Jeff Johnson Committed by Will Deacon
Browse files

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: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Fixes: da55da5a

 ("iommu/arm-smmu-v3: Make the kunit into a module")
Reviewed-by: default avatarJason 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: default avatarWill Deacon <will@kernel.org>
parent a4d75360
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment