ASoC: rsnd: remove struct platform_device from probe/remove parameter
[deliverable/linux.git] / sound / soc / sh / rcar / dma.c
index e5f435361d9655d5c89d5a1d3ffb254d8af3c9f3..33eb37331498119416775436191596a3c5895a53 100644 (file)
@@ -701,9 +701,9 @@ struct rsnd_mod *rsnd_dma_attach(struct rsnd_dai_stream *io,
        return rsnd_mod_get(dma);
 }
 
-int rsnd_dma_probe(struct platform_device *pdev,
-                  struct rsnd_priv *priv)
+int rsnd_dma_probe(struct rsnd_priv *priv)
 {
+       struct platform_device *pdev = rsnd_priv_to_pdev(priv);
        struct device *dev = rsnd_priv_to_dev(priv);
        struct rsnd_dma_ctrl *dmac;
        struct resource *res;
This page took 0.043365 seconds and 5 git commands to generate.