Skip to content

Commit c8edb3c

Browse files
Jeff Johnsonherbertx
authored andcommitted
crypto: sa2ul - add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/crypto/sa2ul.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent f2cbb74 commit c8edb3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/sa2ul.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,4 +2496,5 @@ static struct platform_driver sa_ul_driver = {
24962496
},
24972497
};
24982498
module_platform_driver(sa_ul_driver);
2499+
MODULE_DESCRIPTION("K3 SA2UL crypto accelerator driver");
24992500
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)