mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 13:00:35 +00:00
ASoC: s6000: 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
d20114fd74
commit
bc46ec16a5
@ -606,7 +606,6 @@ static struct platform_driver s6000_i2s_driver = {
|
||||
.remove = s6000_i2s_remove,
|
||||
.driver = {
|
||||
.name = "s6000-i2s",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -507,7 +507,6 @@ static int s6000_soc_platform_remove(struct platform_device *pdev)
|
||||
static struct platform_driver s6000_pcm_driver = {
|
||||
.driver = {
|
||||
.name = "s6000-pcm-audio",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
|
||||
.probe = s6000_soc_platform_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user