Skip to content

Commit ed6261d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/xilinx/zynqmp-aes-gcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,5 @@ static struct platform_driver zynqmp_aes_driver = {
446446
};
447447

448448
module_platform_driver(zynqmp_aes_driver);
449+
MODULE_DESCRIPTION("Xilinx ZynqMP AES Driver");
449450
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)