diff options
Diffstat (limited to 'drivers/crypto/caam/ctrl.c')
| -rw-r--r-- | drivers/crypto/caam/ctrl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index bf20dd89170..1c56f63524f 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c @@ -420,7 +420,7 @@ static struct platform_driver caam_driver = {  		.of_match_table = caam_match,  	},  	.probe       = caam_probe, -	.remove      = __devexit_p(caam_remove), +	.remove      = caam_remove,  };  module_platform_driver(caam_driver);  |