summaryrefslogtreecommitdiff
path: root/sound/mips/sgio2audio.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:01 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:01 +0200
commit0d3d8be84aa6d2da80257a847c0db4520654cfb3 (patch)
tree4e7fc1e00b09896c6e60e21b769c3e77f8c42f42 /sound/mips/sgio2audio.c
parentcb4fe8ae6688e25f760f345b8b9e757955fdb963 (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/mips/sgio2audio.c')
-rw-r--r--sound/mips/sgio2audio.c1
1 files changed, 0 insertions, 1 deletions
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 = {
.remove = snd_sgio2audio_remove,
.driver = {
.name = "sgio2audio",
- .owner = THIS_MODULE,
}
};