|
@@ -1181,13 +1181,6 @@ static int fsl_spdif_probe(struct platform_device *pdev)
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static int fsl_spdif_remove(struct platform_device *pdev)
|
|
|
-{
|
|
|
- imx_pcm_dma_exit(pdev);
|
|
|
-
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static const struct of_device_id fsl_spdif_dt_ids[] = {
|
|
|
{ .compatible = "fsl,imx35-spdif", },
|
|
|
{}
|
|
@@ -1201,7 +1194,6 @@ static struct platform_driver fsl_spdif_driver = {
|
|
|
.of_match_table = fsl_spdif_dt_ids,
|
|
|
},
|
|
|
.probe = fsl_spdif_probe,
|
|
|
- .remove = fsl_spdif_remove,
|
|
|
};
|
|
|
|
|
|
module_platform_driver(fsl_spdif_driver);
|