diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2016-04-08 12:52:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-30 11:20:03 -0400 |
commit | b084c052c78714cb37eaed31cefc59f5e3aec237 (patch) | |
tree | a26f5fc930285d63b3ef01c1890f66fae741eff0 | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entry
"samsung-i2sv4" identifier was previously used for the I2S device
of the S5PV210 SoCs, it can be removed now when s5pv210 is a dt-only
platform.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/samsung/i2s.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index 70a2559b63f9..ededac9162fa 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -1492,9 +1492,6 @@ static const struct platform_device_id samsung_i2s_driver_ids[] = { | |||
1492 | }, { | 1492 | }, { |
1493 | .name = "samsung-i2s-sec", | 1493 | .name = "samsung-i2s-sec", |
1494 | .driver_data = (kernel_ulong_t)&samsung_dai_type_sec, | 1494 | .driver_data = (kernel_ulong_t)&samsung_dai_type_sec, |
1495 | }, { | ||
1496 | .name = "samsung-i2sv4", | ||
1497 | .driver_data = (kernel_ulong_t)&i2sv5_dai_type, | ||
1498 | }, | 1495 | }, |
1499 | {}, | 1496 | {}, |
1500 | }; | 1497 | }; |