aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/dwc/designware_i2s.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index adefdf0e01f1..8fbf0381ee53 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -613,9 +613,7 @@ static struct platform_driver dw_i2s_driver = {
613 .remove = dw_i2s_remove, 613 .remove = dw_i2s_remove,
614 .driver = { 614 .driver = {
615 .name = "designware-i2s", 615 .name = "designware-i2s",
616#ifdef CONFIG_OF
617 .of_match_table = of_match_ptr(dw_i2s_of_match), 616 .of_match_table = of_match_ptr(dw_i2s_of_match),
618#endif
619 }, 617 },
620}; 618};
621 619