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 | 0d3d8be84aa6d2da80257a847c0db4520654cfb3 (patch) | |
tree | 4e7fc1e00b09896c6e60e21b769c3e77f8c42f42 /sound | |
parent | cb4fe8ae6688e25f760f345b8b9e757955fdb963 (diff) |
ALSA: mips: 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/mips/hal2.c | 1 | ||||
-rw-r--r-- | sound/mips/sgio2audio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/mips/hal2.c b/sound/mips/hal2.c index 23441b9e6148..ede449f0b50d 100644 --- a/sound/mips/hal2.c +++ b/sound/mips/hal2.c | |||
@@ -929,7 +929,6 @@ static struct platform_driver hal2_driver = { | |||
929 | .remove = hal2_remove, | 929 | .remove = hal2_remove, |
930 | .driver = { | 930 | .driver = { |
931 | .name = "sgihal2", | 931 | .name = "sgihal2", |
932 | .owner = THIS_MODULE, | ||
933 | } | 932 | } |
934 | }; | 933 | }; |
935 | 934 | ||
diff --git a/sound/mips/sgio2audio.c b/sound/mips/sgio2audio.c index 04bb06c03ec8..0f146a9fca49 100644 --- a/sound/mips/sgio2audio.c +++ b/sound/mips/sgio2audio.c | |||
@@ -970,7 +970,6 @@ static struct platform_driver sgio2audio_driver = { | |||
970 | .remove = snd_sgio2audio_remove, | 970 | .remove = snd_sgio2audio_remove, |
971 | .driver = { | 971 | .driver = { |
972 | .name = "sgio2audio", | 972 | .name = "sgio2audio", |
973 | .owner = THIS_MODULE, | ||
974 | } | 973 | } |
975 | }; | 974 | }; |
976 | 975 | ||