diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-11-10 08:11:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-18 21:08:16 +0300 |
commit | 94e2710cd2ce447cde879177d869b9ac231bc459 (patch) | |
tree | 31d4856e8231441cd68b19cc7b8ef1f1ef68f679 /sound/soc/sh/rcar/ctu.c | |
parent | 75916f6524f055bca134f50901f926d5b0693db5 (diff) | |
download | linux-94e2710cd2ce447cde879177d869b9ac231bc459.tar.xz |
ASoC: rsnd: remove platform boot support from core.c
No board is using Renesas sound driver via platform boot now.
This means all user is using DT boot. Platform boot support is
no longer needed. But, it strongly depends on platform boot style.
This patch removes platform boot support from core.c
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/ctu.c')
-rw-r--r-- | sound/soc/sh/rcar/ctu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ctu.c b/sound/soc/sh/rcar/ctu.c index 6b76ae6cf549..daa1017c8890 100644 --- a/sound/soc/sh/rcar/ctu.c +++ b/sound/soc/sh/rcar/ctu.c @@ -90,7 +90,7 @@ static void rsnd_of_parse_ctu(struct platform_device *pdev, if (!of_data) return; - node = of_get_child_by_name(dev->of_node, "rcar_sound,ctu"); + node = rsnd_ctu_of_node(priv); if (!node) return; |