From: Sylwester Nawrocki Date: Fri, 8 Apr 2016 16:52:44 +0000 (+0200) Subject: ASoC: samsung: Remove definition of an unused data structure X-Git-Tag: v4.8-rc1~84^2~1^2~2^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42b926b8d0bad977be4a56db980a97784556f84a;p=thirdparty%2Fkernel%2Flinux.git ASoC: samsung: Remove definition of an unused data structure samsung_dai_type_pri is not referenced anywhere so remove it. Signed-off-by: Sylwester Nawrocki Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index ededac9162fa0..7ea030edd3f70 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c @@ -1477,10 +1477,6 @@ static const struct samsung_i2s_dai_data i2sv5_dai_type_i2s1 = { .i2s_variant_regs = &i2sv5_i2s1_regs, }; -static const struct samsung_i2s_dai_data samsung_dai_type_pri = { - .dai_type = TYPE_PRI, -}; - static const struct samsung_i2s_dai_data samsung_dai_type_sec = { .dai_type = TYPE_SEC, };