diff options
Diffstat (limited to 'sound/soc/sh/rcar/scu.c')
-rw-r--r-- | sound/soc/sh/rcar/scu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c index 3984d4b4f2df..82d8b20a6ffb 100644 --- a/sound/soc/sh/rcar/scu.c +++ b/sound/soc/sh/rcar/scu.c | |||
@@ -604,9 +604,9 @@ struct rsnd_mod *rsnd_scu_mod_get(struct rsnd_priv *priv, int id) | |||
604 | } | 604 | } |
605 | 605 | ||
606 | int rsnd_scu_probe(struct platform_device *pdev, | 606 | int rsnd_scu_probe(struct platform_device *pdev, |
607 | struct rcar_snd_info *info, | ||
608 | struct rsnd_priv *priv) | 607 | struct rsnd_priv *priv) |
609 | { | 608 | { |
609 | struct rcar_snd_info *info = rsnd_priv_to_info(priv); | ||
610 | struct device *dev = rsnd_priv_to_dev(priv); | 610 | struct device *dev = rsnd_priv_to_dev(priv); |
611 | struct rsnd_scu *scu; | 611 | struct rsnd_scu *scu; |
612 | struct rsnd_mod_ops *ops; | 612 | struct rsnd_mod_ops *ops; |