mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
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ă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ee0a6de9aa
commit
e4d6efef01
@ -5405,6 +5405,7 @@ static const struct fsl_mc_device_id dpaa2_caam_match_id_table[] = {
|
||||
},
|
||||
{ .vendor = 0x0 }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(fslmc, dpaa2_caam_match_id_table);
|
||||
|
||||
static struct fsl_mc_driver dpaa2_caam_driver = {
|
||||
.driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user