aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
diff options
context:
space:
mode:
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 c7aafcd95de3..95340ba415c7 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -1470,7 +1470,6 @@ static struct platform_driver samsung_i2s_driver = {
1470 .id_table = samsung_i2s_driver_ids, 1470 .id_table = samsung_i2s_driver_ids,
1471 .driver = { 1471 .driver = {
1472 .name = "samsung-i2s", 1472 .name = "samsung-i2s",
1473 .owner = THIS_MODULE,
1474 .of_match_table = of_match_ptr(exynos_i2s_match), 1473 .of_match_table = of_match_ptr(exynos_i2s_match),
1475 .pm = &samsung_i2s_pm, 1474 .pm = &samsung_i2s_pm,
1476 }, 1475 },