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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
04edde9789
commit
85be0fa460
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue