projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b084c05
)
ASoC: samsung: Remove definition of an unused data structure
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Fri, 8 Apr 2016 16:52:44 +0000
(18:52 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 30 May 2016 15:20:03 +0000
(16:20 +0100)
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>
sound/soc/samsung/i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/samsung/i2s.c
b/sound/soc/samsung/i2s.c
index ededac9162fa07cee44e5e0eaccd0ac85e39b07d..7ea030edd3f701e985ab51a3bba33ee68fb24437 100644
(file)
--- 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,
};