1
0
Fork 0

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>
hifive-unleashed-5.1
Wolfram Sang 2014-10-20 16:22:01 +02:00
parent cb4fe8ae66
commit 0d3d8be84a
2 changed files with 0 additions and 2 deletions

View File

@ -929,7 +929,6 @@ static struct platform_driver hal2_driver = {
.remove = hal2_remove,
.driver = {
.name = "sgihal2",
.owner = THIS_MODULE,
}
};

View File

@ -970,7 +970,6 @@ static struct platform_driver sgio2audio_driver = {
.remove = snd_sgio2audio_remove,
.driver = {
.name = "sgio2audio",
.owner = THIS_MODULE,
}
};