summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
diff options
context:
space:
mode:
authorSylwester Nawrocki2014-12-19 14:55:21 +0100
committerMark Brown2015-01-06 19:13:28 +0100
commitfce091ee0a7f25108c7ab3eb06b9e436b7aeac11 (patch)
tree0fc4fdb9d7f424a23cfde6d12e81664dcb007488 /sound/soc/samsung/i2s.c
parentASoC: samsung: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-fce091ee0a7f25108c7ab3eb06b9e436b7aeac11.tar.gz
kernel-qcow2-linux-fce091ee0a7f25108c7ab3eb06b9e436b7aeac11.tar.xz
kernel-qcow2-linux-fce091ee0a7f25108c7ab3eb06b9e436b7aeac11.zip
ASoC: samsung: i2s: Remove unused gpios field from struct i2s
The 'gpios' field in 'struct i2s' is now unused, this change seems to be missing in commit 0429ffeff460c4302bd1520e6 ("ASoC: samsung: Remove obsolete GPIO based DT pinmuxing"). Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung/i2s.c')
-rw-r--r--sound/soc/samsung/i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index b5a80c528d86..86491c9f121f 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -95,7 +95,6 @@ struct i2s_dai {
u32 suspend_i2smod;
u32 suspend_i2scon;
u32 suspend_i2spsr;
- unsigned long gpios[7]; /* i2s gpio line numbers */
const struct samsung_i2s_variant_regs *variant_regs;
};