diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:01 +0200 | 
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:01 +0200 | 
| commit | 04edde9789a150aa73ee49c8f10926e83910e3bd (patch) | |
| tree | e82f8e66db0ad88956f90485cf37ae6a0b902149 /sound/oss | |
| parent | 0d3d8be84aa6d2da80257a847c0db4520654cfb3 (diff) | |
| download | linux-04edde9789a150aa73ee49c8f10926e83910e3bd.tar.bz2 | |
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 = {  	.remove = __exit_p(amiga_audio_remove),  	.driver   = {  		.name	= "amiga-audio", -		.owner	= THIS_MODULE,  	},  }; |