diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:01 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:01 -0400 |
commit | 04edde9789a150aa73ee49c8f10926e83910e3bd (patch) | |
tree | e82f8e66db0ad88956f90485cf37ae6a0b902149 /sound/oss | |
parent | 0d3d8be84aa6d2da80257a847c0db4520654cfb3 (diff) |
OSS: dmasound: 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/oss')
-rw-r--r-- | sound/oss/dmasound/dmasound_paula.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/dmasound/dmasound_paula.c b/sound/oss/dmasound/dmasound_paula.c index c2d45a5848bc..3f653618614d 100644 --- a/sound/oss/dmasound/dmasound_paula.c +++ b/sound/oss/dmasound/dmasound_paula.c | |||
@@ -729,7 +729,6 @@ static struct platform_driver amiga_audio_driver = { | |||
729 | .remove = __exit_p(amiga_audio_remove), | 729 | .remove = __exit_p(amiga_audio_remove), |
730 | .driver = { | 730 | .driver = { |
731 | .name = "amiga-audio", | 731 | .name = "amiga-audio", |
732 | .owner = THIS_MODULE, | ||
733 | }, | 732 | }, |
734 | }; | 733 | }; |
735 | 734 | ||