Skip to content

Commit

Permalink
crypto: sa2ul - add missing MODULE_DESCRIPTION() macro
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jeff Johnson authored and herbertx committed Jun 7, 2024
1 parent f2cbb74 commit c8edb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/sa2ul.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,4 +2496,5 @@ static struct platform_driver sa_ul_driver = {
},
};
module_platform_driver(sa_ul_driver);
MODULE_DESCRIPTION("K3 SA2UL crypto accelerator driver");
MODULE_LICENSE("GPL v2");

0 comments on commit c8edb3c

Please sign in to comment.