From: Kuninori Morimoto Date: Wed, 28 Mar 2018 02:18:13 +0000 (+0000) Subject: ASoC: trace: remove snd_soc_codec X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8ba05d770dc46df76900d4e17c312d62c83bed6f;p=openwrt%2Fstaging%2Fblogic.git ASoC: trace: remove snd_soc_codec snd_soc_codec is replaced to snd_soc_component, and it is not used in this file. Let's remove it Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h index ccd1a3bdff46..40c300fe704d 100644 --- a/include/trace/events/asoc.h +++ b/include/trace/events/asoc.h @@ -12,7 +12,6 @@ #define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-") struct snd_soc_jack; -struct snd_soc_codec; struct snd_soc_card; struct snd_soc_dapm_widget; struct snd_soc_dapm_path;