diff --git a/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c b/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c index 5b90cf0fb0e4..fdda04672454 100644 --- a/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c +++ b/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c @@ -1591,6 +1591,7 @@ static const struct of_device_id ixp4xx_crypto_of_match[] = { }, {}, }; +MODULE_DEVICE_TABLE(of, ixp4xx_crypto_of_match); static struct platform_driver ixp_crypto_driver = { .probe = ixp_crypto_probe,