diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:02 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:02 +0200 |
commit | 9717b20ee4b9aeea748f0624f0895490510c2553 (patch) | |
tree | 43da7badcac7d814d27730c3355136dfc2f477ce /sound/sh/aica.c | |
parent | 85be0fa4600b89961da1201ada5337f266a561f3 (diff) | |
download | linux-9717b20ee4b9aeea748f0624f0895490510c2553.tar.bz2 |
ALSA: sh: 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/sh/aica.c')
-rw-r--r-- | sound/sh/aica.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/sh/aica.c b/sound/sh/aica.c index 47849eaf266d..f44dda610ed2 100644 --- a/sound/sh/aica.c +++ b/sound/sh/aica.c @@ -652,7 +652,6 @@ static struct platform_driver snd_aica_driver = { .remove = snd_aica_remove, .driver = { .name = SND_AICA_DRIVER, - .owner = THIS_MODULE, }, }; |