diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:07 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:07 -0400 |
commit | 27cbfa122acb489bd7aec42867a3c65264c62a41 (patch) | |
tree | ef0cb8cbd8f2b5c6b7a08d2baad271b942d74991 /sound | |
parent | a17b87a5b0ce32c3c4982bc80e9e153168e80e39 (diff) |
ASoC: dwc: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/dwc/designware_i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index e961388e6e9c..103b34e58ffa 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c | |||
@@ -449,7 +449,6 @@ static struct platform_driver dw_i2s_driver = { | |||
449 | .remove = dw_i2s_remove, | 449 | .remove = dw_i2s_remove, |
450 | .driver = { | 450 | .driver = { |
451 | .name = "designware-i2s", | 451 | .name = "designware-i2s", |
452 | .owner = THIS_MODULE, | ||
453 | }, | 452 | }, |
454 | }; | 453 | }; |
455 | 454 | ||