aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/samsung
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2016-04-08 18:52:44 +0200
committerMark Brown <broonie@kernel.org>2016-05-30 16:20:03 +0100
commit42b926b8d0bad977be4a56db980a97784556f84a (patch)
treebef2fbfd2cda84917844f34156be1c9ad434da7b /sound/soc/samsung
parentASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entry (diff)
downloadwireguard-linux-42b926b8d0bad977be4a56db980a97784556f84a.tar.xz
wireguard-linux-42b926b8d0bad977be4a56db980a97784556f84a.zip
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 <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r--sound/soc/samsung/i2s.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index ededac9162fa..7ea030edd3f7 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,
};