Skip to content

Commit c94ad1d

Browse files
Jeff Johnsonjoergroedel
authored andcommitted
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 <[email protected]> Acked-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 8d485a6 commit c94ad1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iommu/iova.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,4 +1000,5 @@ void iova_cache_put(void)
10001000
EXPORT_SYMBOL_GPL(iova_cache_put);
10011001

10021002
MODULE_AUTHOR("Anil S Keshavamurthy <[email protected]>");
1003+
MODULE_DESCRIPTION("IOMMU I/O Virtual Address management");
10031004
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)