ASoC: simple-card: remove unused variable from simple_parse_of()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 13 Apr 2021 23:19:55 +0000 (08:19 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 15 Apr 2021 15:07:48 +0000 (16:07 +0100)
commit8cbea89e2fba2f92937cd15211490b62f14a46ff
treec42a94e8e1b1b44c5d1e5ed7d095348576c87fdc
parent1ceb019e7830fb831dac10b0fe0688dea24687db
ASoC: simple-card: remove unused variable from simple_parse_of()

commit d9ffff696c5b4 ("ASoC: simple-card: Use snd_soc_of_parse_aux_devs()")
switched to use snd_soc_of_parse_aux_devs() on simple_parse_of().
Thus noone is using *top anymore. Let's cleanup unused variable.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87pmyxzs9w.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c