aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/zte/zx296702-i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/zte/zx296702-i2s.c b/sound/soc/zte/zx296702-i2s.c
index 472fde3b6c58..98d96e1b17e0 100644
--- a/sound/soc/zte/zx296702-i2s.c
+++ b/sound/soc/zte/zx296702-i2s.c
@@ -425,7 +425,6 @@ static struct platform_driver i2s_driver = {
425 .probe = zx_i2s_probe, 425 .probe = zx_i2s_probe,
426 .driver = { 426 .driver = {
427 .name = "zx-i2s", 427 .name = "zx-i2s",
428 .owner = THIS_MODULE,
429 .of_match_table = zx_i2s_dt_ids, 428 .of_match_table = zx_i2s_dt_ids,
430 }, 429 },
431}; 430};