mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
ALSA: arm: 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
140bbc4af0
commit
6851da1f74
@ -241,7 +241,6 @@ static struct platform_driver pxa2xx_ac97_driver = {
|
|||||||
.remove = pxa2xx_ac97_remove,
|
.remove = pxa2xx_ac97_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "pxa2xx-ac97",
|
.name = "pxa2xx-ac97",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
#ifdef CONFIG_PM_SLEEP
|
#ifdef CONFIG_PM_SLEEP
|
||||||
.pm = &pxa2xx_ac97_pm_ops,
|
.pm = &pxa2xx_ac97_pm_ops,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user