crypto: drivers - Add 2 missing __exit_p
[firefly-linux-kernel-4.4.55.git] / drivers / crypto / amcc / crypto4xx_core.c
index 37f9cc98ba171db75c07c24975e74819c4e272cb..e4c6c58fbb03ec66c475278adb07ff389e896599 100644 (file)
@@ -1292,7 +1292,7 @@ static struct platform_driver crypto4xx_driver = {
                .of_match_table = crypto4xx_match,
        },
        .probe          = crypto4xx_probe,
-       .remove         = crypto4xx_remove,
+       .remove         = __exit_p(crypto4xx_remove),
 };
 
 module_platform_driver(crypto4xx_driver);