ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgets
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 25 Aug 2017 00:29:20 +0000 (00:29 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:58:49 +0000 (14:58 +0100)
commit688d0ebf49a97aa6959aebec5d177a8b821f27d1
tree1a86341768798879538a79da10409e20138409d0
parentb8972bf0521ca7ee3c8d27da0fd101fe648acfc2
ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgets

snd_soc_component and snd_soc_component_driver both have
dapm_widgets/num_dapm_widgets, but these are duplicated.
Let's remove duplicated definition.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-core.c