Loading drivers/crypto/talitos.c +7 −0 Original line number Diff line number Diff line Loading @@ -3086,9 +3086,16 @@ static int talitos_probe(struct platform_device *ofdev) } static const struct of_device_id talitos_match[] = { #ifdef CONFIG_CRYPTO_DEV_TALITOS1 { .compatible = "fsl,sec1.0", }, #endif #ifdef CONFIG_CRYPTO_DEV_TALITOS2 { .compatible = "fsl,sec2.0", }, #endif {}, }; MODULE_DEVICE_TABLE(of, talitos_match); Loading Loading
drivers/crypto/talitos.c +7 −0 Original line number Diff line number Diff line Loading @@ -3086,9 +3086,16 @@ static int talitos_probe(struct platform_device *ofdev) } static const struct of_device_id talitos_match[] = { #ifdef CONFIG_CRYPTO_DEV_TALITOS1 { .compatible = "fsl,sec1.0", }, #endif #ifdef CONFIG_CRYPTO_DEV_TALITOS2 { .compatible = "fsl,sec2.0", }, #endif {}, }; MODULE_DEVICE_TABLE(of, talitos_match); Loading