diff options
Diffstat (limited to 'sound/soc/bcm/bcm2835-i2s.c')
-rw-r--r-- | sound/soc/bcm/bcm2835-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c index 2685fe4f8427..03fa1cbf8ec1 100644 --- a/sound/soc/bcm/bcm2835-i2s.c +++ b/sound/soc/bcm/bcm2835-i2s.c | |||
@@ -866,7 +866,6 @@ static struct platform_driver bcm2835_i2s_driver = { | |||
866 | .probe = bcm2835_i2s_probe, | 866 | .probe = bcm2835_i2s_probe, |
867 | .driver = { | 867 | .driver = { |
868 | .name = "bcm2835-i2s", | 868 | .name = "bcm2835-i2s", |
869 | .owner = THIS_MODULE, | ||
870 | .of_match_table = bcm2835_i2s_of_match, | 869 | .of_match_table = bcm2835_i2s_of_match, |
871 | }, | 870 | }, |
872 | }; | 871 | }; |