[PATCH] iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macro
Jason Gunthorpe
jgg at ziepe.ca
Wed Jun 19 09:34:46 PDT 2024
On Thu, Jun 13, 2024 at 12:44:17PM -0700, Jeff Johnson wrote:
> 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
Weird I never saw that..
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson at quicinc.com>
> ---
> drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-test.c | 1 +
> 1 file changed, 1 insertion(+)
Fixes: da55da5a42d4 ("iommu/arm-smmu-v3: Make the kunit into a module")
Reviewed-by: Jason Gunthorpe <jgg at nvidia.com>
Jason
More information about the linux-arm-kernel
mailing list