ALSA: sh: 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>
This commit is contained in:
parent
85be0fa460
commit
9717b20ee4
2 changed files with 0 additions and 2 deletions
|
@ -652,7 +652,6 @@ static struct platform_driver snd_aica_driver = {
|
||||||
.remove = snd_aica_remove,
|
.remove = snd_aica_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = SND_AICA_DRIVER,
|
.name = SND_AICA_DRIVER,
|
||||||
.owner = THIS_MODULE,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -436,7 +436,6 @@ static struct platform_driver sh_dac_driver = {
|
||||||
.remove = snd_sh_dac_remove,
|
.remove = snd_sh_dac_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "dac_audio",
|
.name = "dac_audio",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue