7 Jul
2021
7 Jul
'21
6:17 p.m.
+static int acp5x_audio_remove(struct platform_device *pdev) +{
- return 0;
+}
can this be removed here and...
+static struct platform_driver acp5x_dma_driver = {
- .probe = acp5x_audio_probe,
- .remove = acp5x_audio_remove,
... here?
- .driver = {
.name = "acp5x_i2s_dma",
- },
+};