Skip to content

Commit a35f443

Browse files
Jeff Johnsonwilldeacon
authored andcommitted
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 <[email protected]> Fixes: da55da5 ("iommu/arm-smmu-v3: Make the kunit into a module") Reviewed-by: Jason Gunthorpe <[email protected]> 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 <[email protected]>
1 parent a4d7536 commit a35f443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,4 +567,5 @@ static struct kunit_suite arm_smmu_v3_test_module = {
567567
kunit_test_suites(&arm_smmu_v3_test_module);
568568

569569
MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);
570+
MODULE_DESCRIPTION("KUnit tests for arm-smmu-v3 driver");
570571
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)