ASoC: samsung: Add __devexit_p at necessary places
[firefly-linux-kernel-4.4.55.git] / sound / soc / samsung / spdif.c
index 28c491dacf7a9aca23463e15bf72c64abf0b0b2c..c82b47152b7591b5d0c3c04c73ccf0ccb9fd537c 100644 (file)
@@ -475,7 +475,7 @@ static __devexit int spdif_remove(struct platform_device *pdev)
 
 static struct platform_driver samsung_spdif_driver = {
        .probe  = spdif_probe,
-       .remove = spdif_remove,
+       .remove = __devexit_p(spdif_remove),
        .driver = {
                .name   = "samsung-spdif",
                .owner  = THIS_MODULE,