diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:07 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:07 +0200 |
commit | 27cbfa122acb489bd7aec42867a3c65264c62a41 (patch) | |
tree | ef0cb8cbd8f2b5c6b7a08d2baad271b942d74991 /sound/soc | |
parent | a17b87a5b0ce32c3c4982bc80e9e153168e80e39 (diff) | |
download | op-kernel-dev-27cbfa122acb489bd7aec42867a3c65264c62a41.zip op-kernel-dev-27cbfa122acb489bd7aec42867a3c65264c62a41.tar.gz |
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/soc')
-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 e961388..103b34e 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 = { .remove = dw_i2s_remove, .driver = { .name = "designware-i2s", - .owner = THIS_MODULE, }, }; |