Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d3d8be8 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
parent cb4fe8ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -929,7 +929,6 @@ static struct platform_driver hal2_driver = {
	.remove	= hal2_remove,
	.driver = {
		.name	= "sgihal2",
		.owner	= THIS_MODULE,
	}
};

+0 −1
Original line number Diff line number Diff line
@@ -970,7 +970,6 @@ static struct platform_driver sgio2audio_driver = {
	.remove	= snd_sgio2audio_remove,
	.driver = {
		.name	= "sgio2audio",
		.owner	= THIS_MODULE,
	}
};