diff options
-rw-r--r-- | sound/soc/generic/simple-card.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index d1b7293c133e..df77772e9dff 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c | |||
@@ -590,7 +590,6 @@ MODULE_DEVICE_TABLE(of, asoc_simple_of_match); | |||
590 | static struct platform_driver asoc_simple_card = { | 590 | static struct platform_driver asoc_simple_card = { |
591 | .driver = { | 591 | .driver = { |
592 | .name = "asoc-simple-card", | 592 | .name = "asoc-simple-card", |
593 | .owner = THIS_MODULE, | ||
594 | .of_match_table = asoc_simple_of_match, | 593 | .of_match_table = asoc_simple_of_match, |
595 | }, | 594 | }, |
596 | .probe = asoc_simple_card_probe, | 595 | .probe = asoc_simple_card_probe, |