Skip to content
Snippets Groups Projects
Commit 85be0fa4 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

ALSA: ppc: 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 04edde97
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,6 @@ static struct platform_driver snd_pmac_driver = {
.remove = snd_pmac_remove,
.driver = {
.name = SND_PMAC_DRIVER,
.owner = THIS_MODULE,
.pm = SND_PMAC_PM_OPS,
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment