Skip to content

Commit e4d6efe

Browse files
horiagherbertx
authored andcommitted
crypto: caam/qi2 - add module alias
Add a module alias, to enable udev-based module autoloading: $ modinfo -F alias drivers/crypto/caam/dpaa2_caam.ko fsl-mc:v00001957ddpseci Signed-off-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent ee0a6de commit e4d6efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/caam/caamalg_qi2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5405,6 +5405,7 @@ static const struct fsl_mc_device_id dpaa2_caam_match_id_table[] = {
54055405
},
54065406
{ .vendor = 0x0 }
54075407
};
5408+
MODULE_DEVICE_TABLE(fslmc, dpaa2_caam_match_id_table);
54085409

54095410
static struct fsl_mc_driver dpaa2_caam_driver = {
54105411
.driver = {

0 commit comments

Comments
 (0)